Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c4130 if ((portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_wait_reset()
4773 if ((portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_debounce()
6168 if (portchange & USB_PORT_STAT_C_CONNECTION) in has_hub_events()
6428 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_events()
8725 if (portchange & USB_PORT_STAT_C_CONNECTION) in has_hub_events_EX()
9175 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_events_EX()
H A DdrvHub_2.c145 if (portchange & USB_PORT_STAT_C_CONNECTION) in has_hub_events_Port2()
263 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_events_Port2()
H A DdrvHUB.h136 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c695 if ((u16Portchange & USB_PORT_STAT_C_CONNECTION)) in ms_hub_port_wait_reset()
870 if ((u16Portchange & USB_PORT_STAT_C_CONNECTION)) in ms_hub_port_debounce()
1330 ((u16Portchange & USB_PORT_STAT_C_CONNECTION)==0) && in ms_hub_events()
1334 u16Portchange |= USB_PORT_STAT_C_CONNECTION; in ms_hub_events()
1340 if (u16Portchange & USB_PORT_STAT_C_CONNECTION) in ms_hub_events()
H A DdrvHub.h123 #define USB_PORT_STAT_C_CONNECTION 0x0001 // port clear port connection macro