Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_hub.h61 #define USB_PORT_STAT_CONNECTION 0x0001 //当前的连接状态 macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c346 (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()
A Dusb_gen_hub_base.c508 | USB_PORT_STAT_CONNECTION) in hub_port_resume()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c986 status |= USB_PORT_STAT_CONNECTION; in ehci_hub_control()

Completed in 39 milliseconds