Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h160 #define HUB_STATUS_LOCAL_POWER 0x0001 macro
H A DdrvHub.c2503 (hubstatus & HUB_STATUS_LOCAL_POWER) in hub_configure()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h139 #define HUB_STATUS_LOCAL_POWER 0x0001 macro
H A DdrvHub.c395 …ms_usbhost_debug("Local power source is %s\n",(hubstatus & HUB_STATUS_LOCAL_POWER)? "lost (inactiv… in ms_hub_configure()