Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc2/
Dhcd.c1758 hsotg->flags.b.port_connect_status = 1; in dwc2_hcd_connect()
1776 hsotg->flags.b.port_connect_status = 0; in dwc2_hcd_disconnect()
1881 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_urb_enqueue()
1957 if (hsotg->flags.b.port_connect_status) in dwc2_hcd_urb_dequeue()
3572 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
3646 if (!hsotg->flags.b.port_connect_status) { in dwc2_hcd_hub_control()
4373 if (hsotg->flags.b.port_connect_status == 0) in _dwc2_hcd_suspend()
4954 if (hsotg->flags.b.port_connect_status) in _dwc2_hcd_clear_tt_buffer_complete()
Dcore.h1142 unsigned port_connect_status:1; member