Searched refs:ehci_resume (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-npcm7xx.c | 41 ehci_resume(hcd, false); in ehci_npcm7xx_drv_resume()
|
H A D | ehci-spear.c | 47 ehci_resume(hcd, false); in ehci_spear_drv_resume()
|
H A D | ehci-atmel.c | 205 ehci_resume(hcd, false); in ehci_atmel_drv_resume()
|
H A D | ehci-brcm.c | 232 ehci_resume(hcd, false); in ehci_brcm_resume()
|
H A D | ehci-hcd.c | 1159 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 D | ehci-pci.c | 363 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
H A D | ehci-orion.c | 192 return ehci_resume(hcd, false); in ehci_orion_drv_resume()
|
H A D | ehci-exynos.c | 288 ehci_resume(hcd, false); in exynos_ehci_resume()
|
H A D | ehci-st.c | 307 ehci_resume(hcd, false); in st_ehci_resume()
|
H A D | ehci-platform.c | 470 ehci_resume(hcd, priv->reset_on_resume); in ehci_platform_resume()
|
H A D | ehci.h | 900 extern int ehci_resume(struct usb_hcd *hcd, bool force_reset);
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | host.c | 463 ehci_resume(ci->hcd, power_lost); in ci_hdrc_host_resume()
|