Home
last modified time | relevance | path

Searched refs:wHubStatus (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dfhci-hub.c272 hub_status->wHubStatus = in fhci_hub_control()
273 cpu_to_le16(fhci->vroot_hub->hub.wHubStatus); in fhci_hub_control()
H A Dfhci-hcd.c350 fhci->vroot_hub->hub.wHubStatus = 0; in fhci_start()
/linux/include/uapi/linux/usb/
H A Dch11.h223 __le16 wHubStatus; member
230 * Bits 0 and 1 for wHubStatus and wHubChange
/linux/drivers/usb/core/
H A Dhub.c1003 *status = le16_to_cpu(hub->status->hub.wHubStatus); in hub_hub_status()