Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 8 of 8) sorted by relevance
692 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()
114 #define USB_PORT_STAT_CONNECTION 0x0001 // port state connection macro
701 u32Status |= USB_PORT_STAT_CONNECTION; in ms_hub_control()
4127 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()
249 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()
876 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()
122 #define USB_PORT_STAT_CONNECTION 0x0001 macro
322 && (portstatus & USB_PORT_STAT_CONNECTION) in hub_events_Port2()