Searched refs:usb_hcd_platform_shutdown (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-npcm7xx.c | 126 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-grlib.c | 172 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-xilinx-of.c | 224 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-spear.c | 148 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-ppc-of.c | 223 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-ppc-of.c | 234 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-omap.c | 268 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-at91.c | 125 usb_hcd_platform_shutdown(pdev); in at91_stop_hc() 689 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-sm501.c | 256 .shutdown = usb_hcd_platform_shutdown,
|
H A D | xhci-rcar.c | 278 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-exynos.c | 292 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-orion.c | 356 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-st.c | 324 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-s3c2410.c | 461 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-omap.c | 394 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-pxa27x.c | 573 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-da8xx.c | 535 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-platform.c | 513 .shutdown = usb_hcd_platform_shutdown,
|
H A D | xhci-plat.c | 585 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-fsl.c | 701 .shutdown = usb_hcd_platform_shutdown,
|
/linux/include/linux/usb/ |
H A D | hcd.h | 470 extern void usb_hcd_platform_shutdown(struct platform_device *dev);
|
/linux/drivers/usb/core/ |
H A D | hcd.c | 3098 usb_hcd_platform_shutdown(struct platform_device *dev) in usb_hcd_platform_shutdown() function 3108 EXPORT_SYMBOL_GPL(usb_hcd_platform_shutdown);
|