Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 3 of 3) sorted by relevance
81 #define USB_PORT_STAT_C_CONNECTION 0x0001 //连接状态变化 macro
345 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce()361 if (portchange & USB_PORT_STAT_C_CONNECTION) in hub_port_debounce()414 if ((portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_wait_reset()1244 portchange &= ~USB_PORT_STAT_C_CONNECTION; in hub_port_connect_change()1250 if (portchange & USB_PORT_STAT_C_CONNECTION) in hub_port_connect_change()1706 if (portchange & USB_PORT_STAT_C_CONNECTION) in hub_events()
876 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()
Completed in 12 milliseconds