Searched refs:wHubStatus (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhub.h89 __u16 wHubStatus; member in struct:usb_hub_status
96 * Bits 0 and 1 for wHubStatus and wHubChange
H A Dhub.c280 le16_to_cpus(&hubstatus->wHubStatus);
283 (hubstatus->wHubStatus & HUB_STATUS_LOCAL_POWER) ? "lost (inactive)" : "good");
286 (hubstatus->wHubStatus & HUB_STATUS_OVERCURRENT) ? "" : "no ");
889 hubstatus = le16_to_cpup(&hubsts->wHubStatus);

Completed in 78 milliseconds