Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h233 #define HUB_STATUS_LOCAL_POWER 0x0001 macro
/openbmc/u-boot/include/
H A Dusb_defs.h300 #define HUB_STATUS_LOCAL_POWER 0x0001 macro
/openbmc/u-boot/common/
H A Dusb_hub.c785 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_LOCAL_POWER) ? \ in usb_hub_configure()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1647 (hubstatus & HUB_STATUS_LOCAL_POWER) in hub_configure()
5886 if (hubstatus & HUB_STATUS_LOCAL_POWER) in hub_event()