Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.h616 unsigned port_connect_status:1; member
Dhcd.c275 hsotg->flags.b.port_connect_status = 0; in dwc2_hcd_disconnect()
360 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_urb_enqueue()
441 if (hsotg->flags.b.port_connect_status) in dwc2_hcd_urb_dequeue()
1644 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
1696 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
2647 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()