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 D | drvHub.c | 874 … 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 D | drvHub.h | 108 #define USB_PORT_FEAT_C_CONNECTION 16 // port clear bitmap clear port connection macro
|
| H A D | drvEhciHcd.c | 549 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 D | drvHUB.h | 112 #define USB_PORT_FEAT_C_CONNECTION 16 macro
|
| H A D | drvHub.c | 4774 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 D | drvEhciHcd.c | 1417 case USB_PORT_FEAT_C_CONNECTION: in ehci_hub_control() 1559 status |= 1 << USB_PORT_FEAT_C_CONNECTION; in ehci_hub_control()
|