Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c692 if (!(u16Portstatus & USB_PORT_STAT_CONNECTION)) in ms_hub_port_wait_reset()
856 if ((U16) (u16Portstatus & USB_PORT_STAT_CONNECTION) == u32Connection) in ms_hub_port_debounce()
868 u32Connection = u16Portstatus & USB_PORT_STAT_CONNECTION; in ms_hub_port_debounce()
881 return ((u16Portstatus & USB_PORT_STAT_CONNECTION)) ? 0 : 1; in ms_hub_port_debounce()
931 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in ms_hub_port_connect_change()
1331 ((u16Portstatus & USB_PORT_STAT_CONNECTION)==0)) in ms_hub_events()
1355 && (u16Portstatus & USB_PORT_STAT_CONNECTION) in ms_hub_events()
1391 if ((pUdev != NULL) && (u16Portstatus & USB_PORT_STAT_CONNECTION)) in ms_hub_events()
H A DdrvHub.h114 #define USB_PORT_STAT_CONNECTION 0x0001 // port state connection macro
H A DdrvEhciHcd.c701 u32Status |= USB_PORT_STAT_CONNECTION; in ms_hub_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c4127 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()
4694 if ((U16) (portstatus & USB_PORT_STAT_CONNECTION) == connection) { in hub_port_debounce()
4702 connection = portstatus & USB_PORT_STAT_CONNECTION; in hub_port_debounce()
4782 return ((portstatus&USB_PORT_STAT_CONNECTION)) ? 0 : 1; in hub_port_debounce()
5024 if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in hub_port_connect_change()
6631 && (portstatus & USB_PORT_STAT_CONNECTION) in hub_events()
9279 && (portstatus & USB_PORT_STAT_CONNECTION) in hub_events_EX()
H A DdrvUSBEntry_2.c249 if ( PortStatus & USB_PORT_STAT_CONNECTION ) in UsbTask_Port2()
404 if ( PortStatus & USB_PORT_STAT_CONNECTION ) in UsbTask_Port2()
439 if ( PortStatus & USB_PORT_STAT_CONNECTION) in UsbTask_Port2()
H A DdrvUSBEntry.c876 if ( PortStatus & USB_PORT_STAT_CONNECTION ) in UsbTask()
1083 if ( PortStatus & USB_PORT_STAT_CONNECTION ) in UsbTask()
1113 if ( PortStatus & USB_PORT_STAT_CONNECTION) in UsbTask()
1970 if ( PortStatus & USB_PORT_STAT_CONNECTION ) in UsbTask_EX()
2000 if ( PortStatus & USB_PORT_STAT_CONNECTION) in UsbTask_EX()
H A DdrvHUB.h122 #define USB_PORT_STAT_CONNECTION 0x0001 macro
H A DdrvHub_2.c322 && (portstatus & USB_PORT_STAT_CONNECTION) in hub_events_Port2()