Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c300 DWC2_POWER_DOWN_PARAM_NONE && hsotg->bus_suspended && in dwc2_handle_session_req_intr()
383 hsotg->bus_suspended = false; in dwc2_wakeup_from_lpm_l1()
433 DWC2_POWER_DOWN_PARAM_NONE && hsotg->bus_suspended && in dwc2_handle_wakeup_detected_intr()
451 DWC2_POWER_DOWN_PARAM_NONE && hsotg->bus_suspended && in dwc2_handle_wakeup_detected_intr()
723 hsotg->bus_suspended = 0; in dwc_handle_gpwrdn_disc_det()
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()
3640 if (!hsotg->bus_suspended) in dwc2_hcd_hub_control()
4349 if (hsotg->bus_suspended) in _dwc2_hcd_suspend()
5577 hsotg->bus_suspended = 1; in dwc2_host_enter_hibernation()
5716 hsotg->bus_suspended = 0; in dwc2_host_exit_hibernation()
5807 hsotg->bus_suspended = true; in dwc2_host_enter_partial_power_down()
5879 hsotg->bus_suspended = false; in dwc2_host_exit_partial_power_down()
[all …]
H A Dplatform.c334 hsotg->bus_suspended && !hsotg->params.no_clock_gating) { in dwc2_driver_remove()
H A Dcore.h1064 bool bus_suspended; member
H A Dgadget.c3736 DWC2_POWER_DOWN_PARAM_NONE && hsotg->bus_suspended && in dwc2_hsotg_irq()
5645 hsotg->bus_suspended = true; in dwc2_gadget_enter_clock_gating()
5685 hsotg->bus_suspended = false; in dwc2_gadget_exit_clock_gating()
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c1747 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1772 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1780 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1789 set_bit(port_index, &bus_state->bus_suspended); in xhci_bus_suspend()
1823 if (test_bit(port_index, &bus_state->bus_suspended)) { in xhci_bus_suspend()
1840 if (bus_state->bus_suspended) in xhci_bus_suspend()
1922 clear_bit(port_index, &bus_state->bus_suspended); in xhci_bus_resume()
1926 if (test_bit(port_index, &bus_state->bus_suspended)) in xhci_bus_resume()
1939 &bus_state->bus_suspended); in xhci_bus_resume()
1949 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 Dehci.h181 unsigned long bus_suspended; /* which ports were member
H A Doxu210hp-hcd.c441 unsigned long bus_suspended; /* which ports were member
3886 oxu->bus_suspended = 0; in oxu_bus_suspend()
3896 set_bit(port, &oxu->bus_suspended); in oxu_bus_suspend()
3974 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
3984 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
H A Dxhci-mem.c1932 xhci->usb2_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()
1933 xhci->usb3_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()
H A Dr8a66597-hcd.c1027 if (r8a66597->bus_suspended) in r8a66597_check_syssts()
2269 r8a66597->bus_suspended = 1; in r8a66597_bus_suspend()
H A Dxhci.h1705 unsigned long bus_suspended; member
H A Dxhci-tegra.c1989 if (bus_state->bus_suspended) { in tegra_xusb_check_ports()
H A Dxhci.c1132 xhci->usb3_rhub.bus_state.bus_suspended) in xhci_resume()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h144 unsigned long bus_suspended; member