Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dohci-st.c125 .power_suspend = st_ohci_platform_power_off,
276 if (pdata->power_suspend) in st_ohci_suspend()
277 pdata->power_suspend(pdev); in st_ohci_suspend()
Dehci-st.c145 .power_suspend = st_ehci_platform_power_off,
294 if (pdata->power_suspend) in st_ehci_suspend()
295 pdata->power_suspend(pdev); in st_ehci_suspend()
Dohci-platform.c86 .power_suspend = ohci_platform_power_off,
283 if (pdata->power_suspend) in ohci_platform_suspend()
284 pdata->power_suspend(pdev); in ohci_platform_suspend()
Dehci-platform.c130 .power_suspend = ehci_platform_power_off,
443 if (pdata->power_suspend) in ehci_platform_suspend()
444 pdata->power_suspend(pdev); in ehci_platform_suspend()
/kernel/linux/linux-5.10/include/linux/usb/
Dohci_pdriver.h46 void (*power_suspend)(struct platform_device *pdev); member
Dehci_pdriver.h60 void (*power_suspend)(struct platform_device *pdev); member
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Dplatform.c152 .power_suspend = alchemy_ehci_power_off,
180 .power_suspend = alchemy_ohci_power_off,
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
Dcore.c228 .power_suspend = ep93xx_ohci_power_off,