Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h114 #define USB_PORT_FEAT_C_SUSPEND 18 macro
H A DdrvHub_2.c339 i + 1, USB_PORT_FEAT_C_SUSPEND); in hub_events_Port2()
H A DdrvHub.c6744 i + 1, USB_PORT_FEAT_C_SUSPEND); in hub_events()
9288 clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_SUSPEND); in hub_events_EX()
H A DdrvEhciHcd.c1409 case USB_PORT_FEAT_C_SUSPEND: in ehci_hub_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h110 #define USB_PORT_FEAT_C_SUSPEND 18 // port clear bitmap clear port suspend macro
H A DdrvHub.c1368 … USB_REQ_CLEAR_FEATURE, USB_RT_PORT, USB_PORT_FEAT_C_SUSPEND, i + 1, NULL, 0, HZ); in ms_hub_events()
H A DdrvEhciHcd.c542 case USB_PORT_FEAT_C_SUSPEND: in ms_hub_control()