Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
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()
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()
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()
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()
/linux-6.6.21/include/linux/usb/
Dohci_pdriver.h32 void (*power_suspend)(struct platform_device *pdev); member
Dehci_pdriver.h47 void (*power_suspend)(struct platform_device *pdev); member
/linux-6.6.21/arch/mips/alchemy/common/
Dplatform.c158 .power_suspend = alchemy_ehci_power_off,
186 .power_suspend = alchemy_ohci_power_off,
/linux-6.6.21/arch/arm/mach-ep93xx/
Dcore.c230 .power_suspend = ep93xx_ohci_power_off,