Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h104 #define USB_PORT_FEAT_ENABLE 1 macro
H A DdrvEhciHcd.c1341 case USB_PORT_FEAT_ENABLE: in ehci_hub_control()
1631 status |= 1 << USB_PORT_FEAT_ENABLE; in ehci_hub_control()
H A DdrvHub.c4517 ret = clear_port_feature(hub, port + 1, USB_PORT_FEAT_ENABLE); in hub_port_disable()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h103 #define USB_PORT_FEAT_ENABLE 1 // port bitmap port enable macro
H A DdrvHub.c793 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_ENABLE, port+1, NULL, 0, HZ); in ms_hub_port_disable()
H A DdrvEhciHcd.c522 case USB_PORT_FEAT_ENABLE: in ms_hub_control()