Searched refs:usb_hcd_platform_shutdown (Results 1 – 28 of 28) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ohci-omap3.c | 183 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-grlib.c | 187 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-sead3.c | 178 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-xilinx-of.c | 236 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-tilegx.c | 192 usb_hcd_platform_shutdown(pdev); in ohci_hcd_tilegx_drv_shutdown()
|
D | ehci-tilegx.c | 203 usb_hcd_platform_shutdown(pdev); in ehci_hcd_tilegx_drv_shutdown()
|
D | ehci-spear.c | 156 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-ppc-of.c | 229 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-ppc-of.c | 234 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-atmel.c | 228 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-mxc.c | 199 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-omap.c | 292 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-sm501.c | 264 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-orion.c | 320 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-exynos.c | 317 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-st.c | 319 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-da8xx.c | 428 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-tmio.c | 366 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-omap.c | 478 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-s3c2410.c | 463 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-st.c | 345 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-platform.c | 387 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-platform.c | 413 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-pxa27x.c | 603 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-at91.c | 672 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-fsl.c | 709 .shutdown = usb_hcd_platform_shutdown,
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 441 extern void usb_hcd_platform_shutdown(struct platform_device *dev);
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2931 usb_hcd_platform_shutdown(struct platform_device *dev) in usb_hcd_platform_shutdown() function 2938 EXPORT_SYMBOL_GPL(usb_hcd_platform_shutdown);
|