Searched refs:usb_hcd_platform_shutdown (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-grlib.c | 174 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-xilinx-of.c | 222 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-npcm7xx.c | 182 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-spear.c | 154 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-ppc-of.c | 230 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-ppc-of.c | 235 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-mxc.c | 186 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-omap.c | 276 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-atmel.c | 224 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-sm501.c | 264 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-orion.c | 353 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-exynos.c | 309 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-st.c | 316 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-platform.c | 368 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-st.c | 338 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-omap.c | 461 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-platform.c | 329 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-s3c2410.c | 460 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-tmio.c | 360 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-pxa27x.c | 592 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-da8xx.c | 545 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-at91.c | 656 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-fsl.c | 674 .shutdown = usb_hcd_platform_shutdown,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 466 extern void usb_hcd_platform_shutdown(struct platform_device *dev);
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 3016 usb_hcd_platform_shutdown(struct platform_device *dev) in usb_hcd_platform_shutdown() function 3023 EXPORT_SYMBOL_GPL(usb_hcd_platform_shutdown);
|