power_suspend 228 arch/arm/mach-ep93xx/core.c .power_suspend = ep93xx_ohci_power_off, power_suspend 152 arch/mips/alchemy/common/platform.c .power_suspend = alchemy_ehci_power_off, power_suspend 180 arch/mips/alchemy/common/platform.c .power_suspend = alchemy_ohci_power_off, power_suspend 117 drivers/usb/host/ehci-platform.c .power_suspend = ehci_platform_power_off, power_suspend 307 drivers/usb/host/ehci-platform.c if (pdata->power_suspend) power_suspend 308 drivers/usb/host/ehci-platform.c pdata->power_suspend(pdev); power_suspend 145 drivers/usb/host/ehci-st.c .power_suspend = st_ehci_platform_power_off, power_suspend 294 drivers/usb/host/ehci-st.c if (pdata->power_suspend) power_suspend 295 drivers/usb/host/ehci-st.c pdata->power_suspend(pdev); power_suspend 86 drivers/usb/host/ohci-platform.c .power_suspend = ohci_platform_power_off, power_suspend 283 drivers/usb/host/ohci-platform.c if (pdata->power_suspend) power_suspend 284 drivers/usb/host/ohci-platform.c pdata->power_suspend(pdev); power_suspend 125 drivers/usb/host/ohci-st.c .power_suspend = st_ohci_platform_power_off, power_suspend 276 drivers/usb/host/ohci-st.c if (pdata->power_suspend) power_suspend 277 drivers/usb/host/ohci-st.c pdata->power_suspend(pdev); power_suspend 60 include/linux/usb/ehci_pdriver.h void (*power_suspend)(struct platform_device *pdev); power_suspend 46 include/linux/usb/ohci_pdriver.h void (*power_suspend)(struct platform_device *pdev);