Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dfhci-hub.c100 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
121 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
229 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
238 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
247 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
279 port_status->wPortStatus = in fhci_hub_control()
280 cpu_to_le16(fhci->vroot_hub->port.wPortStatus); in fhci_hub_control()
298 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()
[all …]
H A Duhci-hub.c250 u16 wPortChange, wPortStatus; in uhci_hub_control() local
294 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()
296 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
298 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
300 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()
303 wPortStatus |= USB_PORT_STAT_OVERCURRENT; in uhci_hub_control()
305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
307 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()
313 *(__le16 *)buf = cpu_to_le16(wPortStatus); in uhci_hub_control()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c74 u16 wPortChange, wPortStatus; in c67x00_hub_control() local
94 wPortStatus = USB_PORT_STAT_POWER; in c67x00_hub_control()
96 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
98 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in c67x00_hub_control()
104 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
106 *(__le16 *) buf = cpu_to_le16(wPortStatus); in c67x00_hub_control()
/linux/include/uapi/linux/usb/
H A Dch11.h114 __le16 wPortStatus; member
/linux/drivers/usb/misc/
H A Dlvstest.c363 if (le16_to_cpu(port_status->wPortStatus) & in lvs_rh_work()