Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dohci_pdriver.h45 void (*power_suspend)(struct platform_device *pdev); member
Dehci_pdriver.h59 void (*power_suspend)(struct platform_device *pdev); member
/linux-4.1.27/drivers/usb/host/
Dohci-st.c128 .power_suspend = st_ohci_platform_power_off,
282 if (pdata->power_suspend) in st_ohci_suspend()
283 pdata->power_suspend(pdev); in st_ohci_suspend()
Dehci-st.c152 .power_suspend = st_ehci_platform_power_off,
304 if (pdata->power_suspend) in st_ehci_suspend()
305 pdata->power_suspend(pdev); in st_ehci_suspend()
Dohci-platform.c115 .power_suspend = ohci_platform_power_off,
343 if (pdata->power_suspend) in ohci_platform_suspend()
344 pdata->power_suspend(pdev); in ohci_platform_suspend()
Dehci-platform.c146 .power_suspend = ehci_platform_power_off,
367 if (pdata->power_suspend) in ehci_platform_suspend()
368 pdata->power_suspend(pdev); in ehci_platform_suspend()
/linux-4.1.27/arch/mips/alchemy/common/
Dplatform.c154 .power_suspend = alchemy_ehci_power_off,
182 .power_suspend = alchemy_ohci_power_off,
/linux-4.1.27/arch/arm/mach-shmobile/
Dsetup-r8a7778.c168 .power_suspend = usb_power_off,
180 .power_suspend = usb_power_off,
Dsetup-r8a7779.c383 .power_suspend = usb_power_off,
438 .power_suspend = usb_power_off,
/linux-4.1.27/arch/arm/mach-ep93xx/
Dcore.c329 .power_suspend = ep93xx_ohci_power_off,