Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dhcd.c1762 hsotg->flags.b.port_connect_status = 1; in dwc2_hcd_connect()
1780 hsotg->flags.b.port_connect_status = 0; in dwc2_hcd_disconnect()
1885 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_urb_enqueue()
1961 if (hsotg->flags.b.port_connect_status) in dwc2_hcd_urb_dequeue()
3576 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
3650 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
4377 if (hsotg->flags.b.port_connect_status == 0) in _dwc2_hcd_suspend()
4957 if (hsotg->flags.b.port_connect_status) in _dwc2_hcd_clear_tt_buffer_complete()
Dcore.h1135 unsigned port_connect_status:1; member