Home
last modified time | relevance | path

Searched refs:bus_suspended (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-hub.c1749 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1774 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1782 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1791 set_bit(port_index, &bus_state->bus_suspended); in xhci_bus_suspend()
1825 if (test_bit(port_index, &bus_state->bus_suspended)) { in xhci_bus_suspend()
1839 if (bus_state->bus_suspended) in xhci_bus_suspend()
1920 clear_bit(port_index, &bus_state->bus_suspended); in xhci_bus_resume()
1924 if (test_bit(port_index, &bus_state->bus_suspended)) in xhci_bus_resume()
1937 &bus_state->bus_suspended); in xhci_bus_resume()
1947 if (bus_state->bus_suspended) { in xhci_bus_resume()
[all …]
H A Dehci-hub.c251 ehci->bus_suspended = 0; in ehci_bus_suspend()
266 set_bit(port, &ehci->bus_suspended); in ehci_bus_suspend()
333 if (ehci->bus_suspended) in ehci_bus_suspend()
444 if (ehci->bus_suspended && ehci->has_tdi_phy_lpm) { in ehci_bus_resume()
447 if (test_bit(i, &ehci->bus_suspended)) { in ehci_bus_resume()
468 if (test_bit(i, &ehci->bus_suspended) && in ehci_bus_resume()
H A Dr8a66597.h127 unsigned bus_suspended:1; member
H A Dxhci-mem.c1957 xhci->usb2_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()
1958 xhci->usb3_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()
H A Dxhci.h1427 unsigned long bus_suspended; member
H A Dxhci.c1166 xhci->usb3_rhub.bus_state.bus_suspended) in xhci_resume()
/linux/drivers/usb/dwc2/
H A Dhcd.c1809 if (hsotg->bus_suspended) { in dwc2_hcd_rem_wakeup()
3157 if (hsotg->bus_suspended) { in dwc2_conn_id_status_change()
3247 hsotg->bus_suspended = false; in dwc2_wakeup_detected()
3428 if (hsotg->bus_suspended) in dwc2_hcd_hub_control()
3636 if (!hsotg->bus_suspended) in dwc2_hcd_hub_control()
3673 DWC2_POWER_DOWN_PARAM_NONE && hsotg->bus_suspended) in dwc2_hcd_hub_control()
4345 if (hsotg->bus_suspended) in _dwc2_hcd_suspend()
4657 hsotg->bus_suspended && !hsotg->params.no_clock_gating) { in _dwc2_hcd_urb_enqueue()
5579 hsotg->bus_suspended = 1; in dwc2_host_enter_hibernation()
5723 hsotg->bus_suspended = 0; in dwc2_host_exit_hibernation()
[all …]
H A Ddrd.c135 hsotg->bus_suspended && in dwc2_drd_role_sw_set()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h144 unsigned long bus_suspended; member