Home
last modified time | relevance | path

Searched refs:power_suspend (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dohci_pdriver.h32 void (*power_suspend)(struct platform_device *pdev); member
H A Dehci_pdriver.h47 void (*power_suspend)(struct platform_device *pdev); member
/openbmc/linux/drivers/usb/host/
H A Dohci-st.c123 .power_suspend = st_ohci_platform_power_off,
266 if (pdata->power_suspend) in st_ohci_suspend()
267 pdata->power_suspend(pdev); in st_ohci_suspend()
H A Dehci-st.c143 .power_suspend = st_ehci_platform_power_off,
284 if (pdata->power_suspend) in st_ehci_suspend()
285 pdata->power_suspend(pdev); in st_ehci_suspend()
H A Dohci-platform.c85 .power_suspend = ohci_platform_power_off,
281 if (pdata->power_suspend) in ohci_platform_suspend()
282 pdata->power_suspend(pdev); in ohci_platform_suspend()
H A Dehci-platform.c127 .power_suspend = ehci_platform_power_off,
444 if (pdata->power_suspend) in ehci_platform_suspend()
445 pdata->power_suspend(pdev); in ehci_platform_suspend()
/openbmc/linux/arch/mips/alchemy/common/
H A Dplatform.c158 .power_suspend = alchemy_ehci_power_off,
186 .power_suspend = alchemy_ohci_power_off,
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dcore.c230 .power_suspend = ep93xx_ohci_power_off,