Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 4 of 4) sorted by relevance
61 #define USB_PORT_STAT_CONNECTION 0x0001 //当前的连接状态 macro
346 (portstatus & USB_PORT_STAT_CONNECTION) == connection) in hub_port_debounce()358 connection = portstatus & USB_PORT_STAT_CONNECTION; in hub_port_debounce()408 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset()561 if (portstatus & USB_PORT_STAT_CONNECTION) in _dev_is_present()1264 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_connect_change()1700 && (portstatus & USB_PORT_STAT_CONNECTION)) in hub_events()
508 | USB_PORT_STAT_CONNECTION) in hub_port_resume()
986 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()
Completed in 39 milliseconds