Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/u-boot/common/
H A Dusb_hub.c782 le16_to_cpu(hubsts->wHubStatus), in usb_hub_configure()
785 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_LOCAL_POWER) ? \ in usb_hub_configure()
788 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_OVERCURRENT) ? \ in usb_hub_configure()
/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h223 __le16 wHubStatus; member
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c217 hubsts->wHubStatus = 0; in sandbox_hub_submit_control_msg()
/openbmc/u-boot/include/
H A Dusb.h535 unsigned short wHubStatus; member
/openbmc/linux/drivers/usb/core/
H A Dhub.c967 *status = le16_to_cpu(hub->status->hub.wHubStatus); in hub_hub_status()