Home
last modified time | relevance | path

Searched refs:wPortStatus (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dfhci-hub.c105 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
126 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
235 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
244 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
253 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
288 port_status->wPortStatus = in fhci_hub_control()
289 cpu_to_le16(fhci->vroot_hub->port.wPortStatus); in fhci_hub_control()
308 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()
313 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()
318 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()
[all …]
Duhci-hub.c247 u16 wPortChange, wPortStatus; in uhci_hub_control() local
290 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()
292 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
294 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
296 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()
299 wPortStatus |= USB_PORT_STAT_OVERCURRENT; in uhci_hub_control()
301 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
303 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()
309 *(__le16 *)buf = cpu_to_le16(wPortStatus); in uhci_hub_control()
Dfhci-sched.c409 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()
411 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt()
445 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()
477 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
495 usb->vroot_hub->port.wPortStatus &= in fhci_device_connected_interrupt()
497 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
Dfhci-hcd.c355 fhci->vroot_hub->port.wPortStatus = 0; in fhci_start()
/linux-3.4.99/drivers/usb/c67x00/
Dc67x00-hcd.c88 u16 wPortChange, wPortStatus; in c67x00_hub_control() local
108 wPortStatus = USB_PORT_STAT_POWER; in c67x00_hub_control()
110 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
112 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in c67x00_hub_control()
118 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
120 *(__le16 *) buf = cpu_to_le16(wPortStatus); in c67x00_hub_control()
/linux-3.4.99/include/linux/usb/
Dch11.h89 __le16 wPortStatus; member
/linux-3.4.99/drivers/usb/core/
Dhub.c384 *status = le16_to_cpu(hub->status->port.wPortStatus); in hub_port_status()