Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_SUSPEND (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h138 #define USB_PORT_STAT_C_SUSPEND 0x0004 macro
H A DdrvHub_2.c334 if (portchange & USB_PORT_STAT_C_SUSPEND) { in hub_events_Port2()
H A DdrvHub.c6739 if (portchange & USB_PORT_STAT_C_SUSPEND) { in hub_events()
9286 if (portchange & USB_PORT_STAT_C_SUSPEND) { in hub_events_EX()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h125 #define USB_PORT_STAT_C_SUSPEND 0x0004 // port clear port suspend macro
H A DdrvHub.c1363 if (u16Portchange & USB_PORT_STAT_C_SUSPEND) in ms_hub_events()