Searched refs:USB_PORT_FEAT_C_RESET (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHub.c | 4335 port + 1, USB_PORT_FEAT_C_RESET); in hub_port_reset() 6761 i + 1, USB_PORT_FEAT_C_RESET); in hub_events() 9396 clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_RESET); in hub_events_EX()
|
| H A D | drvHUB.h | 116 #define USB_PORT_FEAT_C_RESET 20 macro
|
| H A D | drvHub_2.c | 405 i + 1, USB_PORT_FEAT_C_RESET); in hub_events_Port2()
|
| H A D | drvEhciHcd.c | 1474 case USB_PORT_FEAT_C_RESET: in ehci_hub_control() 1570 status |= 1 << USB_PORT_FEAT_C_RESET; in ehci_hub_control()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 763 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_RESET, port+1, NULL, 0, HZ); in ms_hub_port_reset() 1385 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_RESET, i + 1, NULL, 0, HZ); in ms_hub_events()
|
| H A D | drvHub.h | 112 #define USB_PORT_FEAT_C_RESET 20 // port clear bitmap clear port reset macro
|
| H A D | drvEhciHcd.c | 563 case USB_PORT_FEAT_C_RESET: in ms_hub_control() 617 u32Status |= 1 << USB_PORT_FEAT_C_RESET; in ms_hub_control()
|