Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_C_ENABLE (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h113 #define USB_PORT_FEAT_C_ENABLE 17 macro
H A DdrvHub_2.c270 i + 1, USB_PORT_FEAT_C_ENABLE); in hub_events_Port2()
H A DdrvHub.c6435 i + 1, USB_PORT_FEAT_C_ENABLE); in hub_events()
9179 clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_ENABLE); in hub_events_EX()
H A DdrvEhciHcd.c1404 case USB_PORT_FEAT_C_ENABLE: in ehci_hub_control()
1561 status |= 1 << USB_PORT_FEAT_C_ENABLE; in ehci_hub_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h109 #define USB_PORT_FEAT_C_ENABLE 17 // port clear bitmap clear port enable macro
H A DdrvEhciHcd.c537 case USB_PORT_FEAT_C_ENABLE: in ms_hub_control()
608 u32Status |= 1 << USB_PORT_FEAT_C_ENABLE; in ms_hub_control()
H A DdrvHub.c1352 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_ENABLE, i + 1, NULL, 0, HZ); in ms_hub_events()