Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/coccinelle/api/
Dpm_runtime.cocci37 pm_runtime_put_sync_autosuspend\|
/linux-6.1.9/drivers/usb/dwc3/
Ddwc3-pci.c295 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
300 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
/linux-6.1.9/drivers/iio/adc/
Dimx8qxp-adc.c230 pm_runtime_put_sync_autosuspend(dev); in imx8qxp_adc_read_raw()
292 pm_runtime_put_sync_autosuspend(dev); in imx8qxp_adc_reg_access()
/linux-6.1.9/drivers/char/hw_random/
Dnpcm-rng.c82 pm_runtime_put_sync_autosuspend((struct device *)priv->rng.priv); in npcm_rng_read()
Dmtk-rng.c101 pm_runtime_put_sync_autosuspend((struct device *)priv->rng.priv); in mtk_rng_read()
Datmel-rng.c83 pm_runtime_put_sync_autosuspend((struct device *)trng->rng.priv); in atmel_trng_read()
Dstm32-rng.c77 pm_runtime_put_sync_autosuspend((struct device *) priv->rng.priv); in stm32_rng_read()
/linux-6.1.9/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()
916 pm_runtime_put_sync_autosuspend(dev); in cyapa_update_rt_suspend_scanrate()
Dcyapa_gen5.c2837 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_event_process()
/linux-6.1.9/include/linux/
Dpm_runtime.h524 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
/linux-6.1.9/sound/soc/codecs/
Dtas2552.c724 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c285 pm_runtime_put_sync_autosuspend(pfdev->dev); in panfrost_mmu_flush_range()
/linux-6.1.9/drivers/dma/xilinx/
Dzynqmp_dma.c1128 pm_runtime_put_sync_autosuspend(zdev->dev); in zynqmp_dma_probe()
/linux-6.1.9/Documentation/power/
Druntime_pm.rst424 `int pm_runtime_put_sync_autosuspend(struct device *dev);`
561 - pm_runtime_put_sync_autosuspend()
882 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/linux-6.1.9/drivers/usb/core/
Ddriver.c1677 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
Dhub.c2606 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()