Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c794 le16_to_cpu(hubsts->wHubStatus), in usb_hub_configure()
797 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_LOCAL_POWER) ? \ in usb_hub_configure()
800 (le16_to_cpu(hubsts->wHubStatus) & HUB_STATUS_OVERCURRENT) ? \ in usb_hub_configure()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c220 hubsts->wHubStatus = 0; in sandbox_hub_submit_control_msg()
/rk3399_rockchip-uboot/include/
H A Dusb.h536 unsigned short wHubStatus; member