Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c1636 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1661 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1669 bus_state->bus_suspended = 0; in xhci_bus_suspend()
1678 set_bit(port_index, &bus_state->bus_suspended); in xhci_bus_suspend()
1691 set_bit(port_index, &bus_state->bus_suspended); in xhci_bus_suspend()
1726 if (test_bit(port_index, &bus_state->bus_suspended)) { in xhci_bus_suspend()
1743 if (bus_state->bus_suspended) in xhci_bus_suspend()
1826 clear_bit(port_index, &bus_state->bus_suspended); in xhci_bus_resume()
1830 if (test_bit(port_index, &bus_state->bus_suspended)) in xhci_bus_resume()
1843 &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 Dfotg210.h144 unsigned long bus_suspended; 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
3885 oxu->bus_suspended = 0; in oxu_bus_suspend()
3895 set_bit(port, &oxu->bus_suspended); in oxu_bus_suspend()
3973 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
3983 if (test_bit(i, &oxu->bus_suspended) && (temp & PORT_SUSPEND)) { in oxu_bus_resume()
H A Dxhci-mem.c2047 xhci->usb2_rhub.bus_state.bus_suspended = 0; in xhci_mem_cleanup()
2048 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()
2270 r8a66597->bus_suspended = 1; in r8a66597_bus_suspend()
H A Dxhci.h1708 unsigned long bus_suspended; member
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c1848 if (hsotg->bus_suspended) { in dwc2_hcd_rem_wakeup()
3208 if (hsotg->bus_suspended) { in dwc2_conn_id_status_change()
3289 hsotg->bus_suspended = false; in dwc2_wakeup_detected()
3325 hsotg->bus_suspended = true; in dwc2_port_suspend()
3387 hsotg->bus_suspended = false; in dwc2_port_resume()
3438 if (hsotg->bus_suspended) { in dwc2_hcd_hub_control()
4355 if (!hsotg->bus_suspended) { in _dwc2_hcd_suspend()
4456 if (hsotg->bus_suspended) { in _dwc2_hcd_resume()
5497 hsotg->bus_suspended = 1; in dwc2_host_enter_hibernation()
5627 hsotg->bus_suspended = 0; in dwc2_host_exit_hibernation()
H A Dcore_intr.c713 hsotg->bus_suspended = 0; in dwc_handle_gpwrdn_disc_det()
H A Dcore.h1151 bool bus_suspended; member