Symbol: usb_hcd_platform_shutdown
drivers/usb/core/hcd.c
3106
EXPORT_SYMBOL_GPL(usb_hcd_platform_shutdown);
drivers/usb/host/ehci-atmel.c
224
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-brcm.c
254
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-exynos.c
292
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-fsl.c
701
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-grlib.c
172
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-npcm7xx.c
126
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-omap.c
268
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-orion.c
356
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-platform.c
541
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-ppc-of.c
234
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-spear.c
148
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-st.c
324
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ehci-xilinx-of.c
224
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-at91.c
125
usb_hcd_platform_shutdown(pdev);
drivers/usb/host/ohci-at91.c
689
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-da8xx.c
518
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-omap.c
394
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-platform.c
364
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-ppc-of.c
223
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-pxa27x.c
573
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-s3c2410.c
454
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-sm501.c
256
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/ohci-st.c
302
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/xhci-plat.c
634
.shutdown = usb_hcd_platform_shutdown,
drivers/usb/host/xhci-rcar.c
290
.shutdown = usb_hcd_platform_shutdown,
include/linux/usb/hcd.h
470
extern void usb_hcd_platform_shutdown(struct platform_device *dev);