Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h234 #define HUB_STATUS_OVERCURRENT 0x0002 macro
/openbmc/u-boot/include/
H A Dusb_defs.h301 #define HUB_STATUS_OVERCURRENT 0x0002 macro
/openbmc/u-boot/common/
H A Dusb_hub.c788 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_OVERCURRENT) ? \ in usb_hub_configure()
/openbmc/linux/drivers/usb/core/
H A Dhub.c1652 (hubstatus & HUB_STATUS_OVERCURRENT) ? "" : "no "); in hub_configure()
5913 if (status & HUB_STATUS_OVERCURRENT) in hub_event()