Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dhcd.c1729 hsotg->flags.b.port_connect_status = 1; in dwc2_hcd_connect()
1747 hsotg->flags.b.port_connect_status = 0; in dwc2_hcd_disconnect()
1852 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_urb_enqueue()
1928 if (hsotg->flags.b.port_connect_status) in dwc2_hcd_urb_dequeue()
3543 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
3617 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
4344 if (hsotg->flags.b.port_connect_status == 0) in _dwc2_hcd_suspend()
4925 if (hsotg->flags.b.port_connect_status) in _dwc2_hcd_clear_tt_buffer_complete()
Dcore.h1112 unsigned port_connect_status:1; member