Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_POWER (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h108 #define USB_PORT_FEAT_POWER 8 macro
H A DdrvEhciHcd.c1412 case USB_PORT_FEAT_POWER: in ehci_hub_control()
1688 status |= 1 << USB_PORT_FEAT_POWER; in ehci_hub_control()
1781 case USB_PORT_FEAT_POWER: in ehci_hub_control()
H A DdrvHub.c1503 set_port_feature(dev, i + 1, USB_PORT_FEAT_POWER); in hub_power_on()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h107 #define USB_PORT_FEAT_POWER 8 // port bitmap port power macro
H A DdrvEhciHcd.c544 case USB_PORT_FEAT_POWER: in ms_hub_control()
751 case USB_PORT_FEAT_POWER: in ms_hub_control()
H A DdrvHub.c213 USB_REQ_SET_FEATURE, USB_RT_PORT, USB_PORT_FEAT_POWER, i + 1, NULL, 0, HZ); in ms_hub_power_on()