Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.h634 unsigned port_connect_status:1; member
Dhcd.c283 hsotg->flags.b.port_connect_status = 0; in dwc2_hcd_disconnect()
370 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_urb_enqueue()
451 if (hsotg->flags.b.port_connect_status) in dwc2_hcd_urb_dequeue()
1658 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
1710 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
2661 if (hsotg->flags.b.port_connect_status) in _dwc2_hcd_clear_tt_buffer_complete()
Dhcd_intr.c354 hsotg->flags.b.port_connect_status = 1; in dwc2_port_intr()