Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_hub.h81 #define USB_PORT_STAT_C_CONNECTION 0x0001 //连接状态变化 macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c345 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c876 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()

Completed in 12 milliseconds