Home
last modified time | relevance | path

Searched refs:pm_runtime_put_sync_autosuspend (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/scripts/coccinelle/api/
Dpm_runtime.cocci35 pm_runtime_put_sync_autosuspend\|
/linux-4.1.27/include/linux/
Dpm_runtime.h253 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
/linux-4.1.27/sound/soc/codecs/
Dtas2552.c518 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
/linux-4.1.27/drivers/input/mouse/
Dcyapa.c660 pm_runtime_put_sync_autosuspend(dev); in cyapa_irq()
849 pm_runtime_put_sync_autosuspend(dev); in cyapa_update_rt_suspend_scanrate()
/linux-4.1.27/Documentation/power/
Druntime_pm.txt393 int pm_runtime_put_sync_autosuspend(struct device *dev);
526 pm_runtime_put_sync_autosuspend()
824 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/linux-4.1.27/drivers/usb/core/
Ddriver.c1541 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
Dhub.c2514 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()