Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/api/
Dpm_runtime.cocci36 pm_runtime_put_sync_autosuspend\|
/Linux-v4.19/drivers/char/hw_random/
Dmtk-rng.c110 pm_runtime_put_sync_autosuspend((struct device *)priv->rng.priv); in mtk_rng_read()
Dstm32-rng.c86 pm_runtime_put_sync_autosuspend((struct device *) priv->rng.priv); in stm32_rng_read()
/Linux-v4.19/drivers/input/mouse/
Dcyapa.c407 pm_runtime_put_sync_autosuspend(dev); in cyapa_open()
670 pm_runtime_put_sync_autosuspend(dev); in cyapa_reinitialize()
714 pm_runtime_put_sync_autosuspend(dev); in cyapa_irq()
917 pm_runtime_put_sync_autosuspend(dev); in cyapa_update_rt_suspend_scanrate()
Dcyapa_gen5.c2836 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_event_process()
/Linux-v4.19/include/linux/
Dpm_runtime.h249 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-pci.c207 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
/Linux-v4.19/sound/soc/codecs/
Dtas2552.c732 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
/Linux-v4.19/drivers/dma/xilinx/
Dzynqmp_dma.c1099 pm_runtime_put_sync_autosuspend(zdev->dev); in zynqmp_dma_probe()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt396 int pm_runtime_put_sync_autosuspend(struct device *dev);
533 pm_runtime_put_sync_autosuspend()
841 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/Linux-v4.19/drivers/usb/core/
Ddriver.c1577 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
Dhub.c2515 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()