Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/coccinelle/api/
Dpm_runtime.cocci35 pm_runtime_put_sync_autosuspend\|
/linux-4.4.14/drivers/char/hw_random/
Dstm32-rng.c87 pm_runtime_put_sync_autosuspend((struct device *) priv->rng.priv); in stm32_rng_read()
Dexynos-rng.c112 pm_runtime_put_sync_autosuspend(exynos_rng->dev); in exynos_read()
/linux-4.4.14/drivers/input/mouse/
Dcyapa.c407 pm_runtime_put_sync_autosuspend(dev); in cyapa_open()
668 pm_runtime_put_sync_autosuspend(dev); in cyapa_reinitialize()
712 pm_runtime_put_sync_autosuspend(dev); in cyapa_irq()
915 pm_runtime_put_sync_autosuspend(dev); in cyapa_update_rt_suspend_scanrate()
Dcyapa_gen5.c2770 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_irq_handler()
/linux-4.4.14/include/linux/
Dpm_runtime.h247 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
/linux-4.4.14/sound/soc/codecs/
Dtas2552.c730 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
/linux-4.4.14/Documentation/power/
Druntime_pm.txt393 int pm_runtime_put_sync_autosuspend(struct device *dev);
522 pm_runtime_put_sync_autosuspend()
826 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/linux-4.4.14/drivers/usb/core/
Ddriver.c1548 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
Dhub.c2529 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()