Searched refs:ohci_resume (Results 1 - 25 of 27) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-spear.c | 149 ohci_resume(hcd, false); in spear_ohci_hcd_drv_resume()
|
H A D | ohci-pci.c | 316 ohci_pci_hc_driver.pci_resume = ohci_resume; in ohci_pci_init()
|
H A D | ohci-sm501.c | 243 ohci_resume(hcd, false); in ohci_sm501_resume()
|
H A D | ohci-platform.c | 301 ohci_resume(hcd, false); in ohci_platform_resume()
|
H A D | ohci-s3c2410.c | 434 ohci_resume(hcd, false); in ohci_hcd_s3c2410_drv_resume()
|
H A D | ohci-tmio.c | 351 ohci_resume(hcd, false); in ohci_hcd_tmio_drv_resume()
|
H A D | ohci-st.c | 295 ohci_resume(hcd, false); in st_ohci_resume()
|
H A D | ohci-exynos.c | 272 ohci_resume(hcd, false); in exynos_ohci_resume()
|
H A D | ohci-hcd.c | 1118 ohci_resume(hcd, false); in ohci_suspend() 1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() function 1176 EXPORT_SYMBOL_GPL(ohci_resume); variable
|
H A D | ohci-pxa27x.c | 579 ohci_resume(hcd, false); in ohci_hcd_pxa27x_drv_resume()
|
H A D | ohci-omap.c | 464 ohci_resume(hcd, false); in ohci_omap_resume()
|
H A D | ohci.h | 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated);
|
H A D | ohci-at91.c | 653 * that is, if ohci_at91->wakeup is clear. Tell ohci_resume() in ohci_hcd_at91_drv_resume() 656 ohci_resume(hcd, !ohci_at91->wakeup); in ohci_hcd_at91_drv_resume()
|
H A D | ohci-da8xx.c | 520 ohci_resume(hcd, false); in ohci_da8xx_resume()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-spear.c | 146 ohci_resume(hcd, false); in spear_ohci_hcd_drv_resume()
|
H A D | ohci-pci.c | 307 return ohci_resume(hcd, msg.event == PM_EVENT_RESTORE); in ohci_pci_resume()
|
H A D | ohci-sm501.c | 240 ohci_resume(hcd, false); in ohci_sm501_resume()
|
H A D | ohci-s3c2410.c | 437 ohci_resume(hcd, false); in ohci_hcd_s3c2410_drv_resume()
|
H A D | ohci-platform.c | 299 ohci_resume(hcd, hibernated); in ohci_platform_resume_common()
|
H A D | ohci-exynos.c | 257 ohci_resume(hcd, false); in exynos_ohci_resume()
|
H A D | ohci-st.c | 285 ohci_resume(hcd, false); in st_ohci_resume()
|
H A D | ohci-hcd.c | 1116 ohci_resume(hcd, false); in ohci_suspend() 1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume() function 1172 EXPORT_SYMBOL_GPL(ohci_resume); variable
|
H A D | ohci-pxa27x.c | 561 ohci_resume(hcd, false); in ohci_hcd_pxa27x_drv_resume()
|
H A D | ohci-at91.c | 675 * that is, if ohci_at91->wakeup is clear. Tell ohci_resume() in ohci_hcd_at91_drv_resume() 678 ohci_resume(hcd, !ohci_at91->wakeup); in ohci_hcd_at91_drv_resume()
|
H A D | ohci-da8xx.c | 518 ohci_resume(hcd, false); in ohci_da8xx_resume()
|
Completed in 18 milliseconds
12