Searched refs:usb_hcd_platform_shutdown (Results 1 – 25 of 26) sorted by relevance
12
/openbmc/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-spear.c | 148 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-xilinx-of.c | 224 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-ppc-of.c | 227 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-ppc-of.c | 234 .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 | ehci-atmel.c | 224 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-omap.c | 268 .shutdown = usb_hcd_platform_shutdown,
|
H A D | xhci-rcar.c | 278 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-sm501.c | 256 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-brcm.c | 253 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-orion.c | 344 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-st.c | 302 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-exynos.c | 312 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-st.c | 324 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-platform.c | 348 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-omap.c | 394 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-s3c2410.c | 461 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-da8xx.c | 535 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ohci-pxa27x.c | 574 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-platform.c | 512 .shutdown = usb_hcd_platform_shutdown,
|
H A D | xhci-plat.c | 565 .shutdown = usb_hcd_platform_shutdown,
|
H A D | ehci-fsl.c | 710 .shutdown = usb_hcd_platform_shutdown,
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 470 extern void usb_hcd_platform_shutdown(struct platform_device *dev);
|
12