Home
last modified time | relevance | path

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

/linux-4.4.14/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()
234 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
243 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
252 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
284 port_status->wPortStatus = in fhci_hub_control()
285 cpu_to_le16(fhci->vroot_hub->port.wPortStatus); in fhci_hub_control()
303 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()
[all …]
Duhci-hub.c249 u16 wPortChange, wPortStatus; in uhci_hub_control() local
293 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()
295 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
297 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
299 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()
302 wPortStatus |= USB_PORT_STAT_OVERCURRENT; in uhci_hub_control()
304 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
306 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()
312 *(__le16 *)buf = cpu_to_le16(wPortStatus); in uhci_hub_control()
Dfhci-sched.c408 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()
410 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt()
444 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()
476 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
494 usb->vroot_hub->port.wPortStatus &= in fhci_device_connected_interrupt()
496 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
Dfhci-hcd.c357 fhci->vroot_hub->port.wPortStatus = 0; in fhci_start()
/linux-4.4.14/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-4.4.14/include/uapi/linux/usb/
Dch11.h102 __le16 wPortStatus; member
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c332 if (le16_to_cpu(port_status->wPortStatus) & in lvs_rh_work()
/linux-4.4.14/drivers/usb/core/
Dhub.c569 *status = le16_to_cpu(hub->status->port.wPortStatus); in hub_port_status()