Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Druntime-test.c48 KUNIT_EXPECT_EQ(test, 1, pm_runtime_put_sync_autosuspend(dev)); in pm_runtime_already_suspended_test()
57 KUNIT_EXPECT_EQ(test, 0, pm_runtime_put_sync_autosuspend(dev)); in pm_runtime_already_suspended_test()
59 KUNIT_EXPECT_EQ(test, 1, pm_runtime_put_sync_autosuspend(dev)); in pm_runtime_already_suspended_test()
152 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_put_sync_autosuspend(dev)); in pm_runtime_error_test()
/linux/drivers/char/hw_random/
H A Drockchip-rng.c226 pm_runtime_put_sync_autosuspend(rk_rng->dev); in rk3568_rng_read()
265 pm_runtime_put_sync_autosuspend(rk_rng->dev); in rk3576_rng_read()
356 pm_runtime_put_sync_autosuspend(rk_rng->dev); in rk3588_rng_read()
H A Dnpcm-rng.c83 pm_runtime_put_sync_autosuspend(priv->dev); in npcm_rng_read()
H A Dmtk-rng.c101 pm_runtime_put_sync_autosuspend(priv->dev); in mtk_rng_read()
H A Datmel-rng.c83 pm_runtime_put_sync_autosuspend(trng->dev); in atmel_trng_read()
H A Djh7110-trng.c269 pm_runtime_put_sync_autosuspend(trng->dev); in starfive_trng_read()
H A Dstm32-rng.c258 pm_runtime_put_sync_autosuspend(priv->dev); in stm32_rng_read()
/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci37 pm_runtime_put_sync_autosuspend\|
/linux/drivers/iio/adc/
H A Dimx8qxp-adc.c232 pm_runtime_put_sync_autosuspend(dev); in imx8qxp_adc_read_raw()
297 pm_runtime_put_sync_autosuspend(dev); in imx8qxp_adc_reg_access()
H A Dimx93_adc.c263 pm_runtime_put_sync_autosuspend(dev); in imx93_adc_read_raw()
/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c323 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
327 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
/linux/drivers/input/mouse/
H A Dcyapa.c406 pm_runtime_put_sync_autosuspend(dev); in cyapa_open()
668 pm_runtime_put_sync_autosuspend(dev); in cyapa_reinitialize()
711 pm_runtime_put_sync_autosuspend(dev); in cyapa_irq()
913 pm_runtime_put_sync_autosuspend(dev); in cyapa_update_rt_suspend_scanrate()
H A Dcyapa_gen5.c2836 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_event_process()
/linux/drivers/media/i2c/
H A Dtc358746.c819 pm_runtime_put_sync_autosuspend(sd->dev); in tc358746_s_stream()
840 pm_runtime_put_sync_autosuspend(sd->dev); in tc358746_s_stream()
1017 pm_runtime_put_sync_autosuspend(sd->dev); in tc358746_g_register()
1032 pm_runtime_put_sync_autosuspend(sd->dev); in tc358746_s_register()
1396 pm_runtime_put_sync_autosuspend(dev); in tc358746_init_hw()
/linux/include/linux/
H A Dpm_runtime.h737 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
/linux/sound/soc/codecs/
H A Dtas2552.c727 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
/linux/drivers/dma/xilinx/
H A Dzynqmp_dma.c1146 pm_runtime_put_sync_autosuspend(zdev->dev); in zynqmp_dma_probe()
/linux/Documentation/power/
H A Druntime_pm.rst427 `int pm_runtime_put_sync_autosuspend(struct device *dev);`
554 - pm_runtime_put_sync_autosuspend()
873 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/linux/drivers/usb/core/
H A Ddriver.c1735 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
H A Dhub.c2727 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()