Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h107 #define USB_PORT_FEAT_RESET 4 macro
H A DdrvEhciHcd.c1686 status |= 1 << USB_PORT_FEAT_RESET; in ehci_hub_control()
1786 case USB_PORT_FEAT_RESET: in ehci_hub_control()
H A DdrvHub.c4329 set_port_feature(hub, port + 1, USB_PORT_FEAT_RESET); in hub_port_reset()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h106 #define USB_PORT_FEAT_RESET 4 // port bitmap port reset macro
H A DdrvHub.c755 USB_REQ_SET_FEATURE, USB_RT_PORT, USB_PORT_FEAT_RESET, port+1, NULL, 0, HZ); in ms_hub_port_reset()
H A DdrvEhciHcd.c756 case USB_PORT_FEAT_RESET: in ms_hub_control()