Searched refs:power_suspend (Results 1 – 8 of 8) sorted by relevance
45 void (*power_suspend)(struct platform_device *pdev); member
59 void (*power_suspend)(struct platform_device *pdev); member
128 .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()
147 .power_suspend = st_ehci_platform_power_off,299 if (pdata->power_suspend) in st_ehci_suspend()300 pdata->power_suspend(pdev); in st_ehci_suspend()
109 .power_suspend = ohci_platform_power_off,322 if (pdata->power_suspend) in ohci_platform_suspend()323 pdata->power_suspend(pdev); in ohci_platform_suspend()
141 .power_suspend = ehci_platform_power_off,357 if (pdata->power_suspend) in ehci_platform_suspend()358 pdata->power_suspend(pdev); in ehci_platform_suspend()
154 .power_suspend = alchemy_ehci_power_off,182 .power_suspend = alchemy_ohci_power_off,
221 .power_suspend = ep93xx_ohci_power_off,