Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c874 … USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_CONNECTION, port+1, NULL, 0, HZ); in ms_hub_port_debounce()
1344 … USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_CONNECTION, i + 1, NULL, 0, HZ); in ms_hub_events()
H A DdrvHub.h108 #define USB_PORT_FEAT_C_CONNECTION 16 // port clear bitmap clear port connection macro
H A DdrvEhciHcd.c549 case USB_PORT_FEAT_C_CONNECTION: in ms_hub_control()
600 u32Status |= 1 << USB_PORT_FEAT_C_CONNECTION; in ms_hub_control()
605 u32Status |= 1 << USB_PORT_FEAT_C_CONNECTION; in ms_hub_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h112 #define USB_PORT_FEAT_C_CONNECTION 16 macro
H A DdrvHub.c4774 clear_port_feature(hub, port+1, USB_PORT_FEAT_C_CONNECTION); in hub_port_debounce()
5019 clear_port_feature(hub, port + 1, USB_PORT_FEAT_C_CONNECTION); in hub_port_connect_change()
H A DdrvEhciHcd.c1417 case USB_PORT_FEAT_C_CONNECTION: in ehci_hub_control()
1559 status |= 1 << USB_PORT_FEAT_C_CONNECTION; in ehci_hub_control()