Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-npcm7xx.c41 ehci_resume(hcd, false); in ehci_npcm7xx_drv_resume()
H A Dehci-spear.c47 ehci_resume(hcd, false); in ehci_spear_drv_resume()
H A Dehci-atmel.c205 ehci_resume(hcd, false); in ehci_atmel_drv_resume()
H A Dehci-brcm.c232 ehci_resume(hcd, false); in ehci_brcm_resume()
H A Dehci-hcd.c1159 ehci_resume(hcd, false); in ehci_suspend()
1168 int ehci_resume(struct usb_hcd *hcd, bool force_reset) in ehci_resume() function
1229 EXPORT_SYMBOL_GPL(ehci_resume);
H A Dehci-pci.c363 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
H A Dehci-orion.c192 return ehci_resume(hcd, false); in ehci_orion_drv_resume()
H A Dehci-exynos.c288 ehci_resume(hcd, false); in exynos_ehci_resume()
H A Dehci-st.c307 ehci_resume(hcd, false); in st_ehci_resume()
H A Dehci-platform.c470 ehci_resume(hcd, priv->reset_on_resume); in ehci_platform_resume()
H A Dehci.h900 extern int ehci_resume(struct usb_hcd *hcd, bool force_reset);
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c463 ehci_resume(ci->hcd, power_lost); in ci_hdrc_host_resume()