Searched refs:HUB_STATUS_OVERCURRENT (Results 1 – 6 of 6) sorted by relevance
236 #define HUB_STATUS_OVERCURRENT 0x0002 macro
302 #define HUB_STATUS_OVERCURRENT 0x0002 macro
791 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_OVERCURRENT) ? \ in usb_hub_configure()
1628 (hubstatus & HUB_STATUS_OVERCURRENT) ? "" : "no "); in hub_configure()5684 if (status & HUB_STATUS_OVERCURRENT) in hub_event()