Searched refs:ehci_resume (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-npcm7xx.c | 53 ehci_resume(hcd, false); in ehci_npcm7xx_drv_resume()
|
D | ehci-spear.c | 50 ehci_resume(hcd, false); in ehci_spear_drv_resume()
|
D | ehci-atmel.c | 205 ehci_resume(hcd, false); in ehci_atmel_drv_resume()
|
D | ehci-pci.c | 340 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()
|
D | ehci-hcd.c | 1109 ehci_resume(hcd, false); in ehci_suspend() 1118 int ehci_resume(struct usb_hcd *hcd, bool force_reset) in ehci_resume() function 1176 EXPORT_SYMBOL_GPL(ehci_resume);
|
D | ehci-exynos.c | 285 ehci_resume(hcd, false); in exynos_ehci_resume()
|
D | ehci-platform.c | 335 ehci_resume(hcd, priv->reset_on_resume); in ehci_platform_resume()
|
D | ehci-st.c | 321 ehci_resume(hcd, false); in st_ehci_resume()
|
D | ehci.h | 887 extern int ehci_resume(struct usb_hcd *hcd, bool force_reset);
|