Home
last modified time | relevance | path

Searched refs:pm_runtime_put_sync_autosuspend (Results 1 – 11 of 11) 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/scripts/coccinelle/api/
H A Dpm_runtime.cocci37 pm_runtime_put_sync_autosuspend\|
/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c322 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
326 pm_runtime_put_sync_autosuspend(&dwc3->dev); in dwc3_pci_resume_work()
/linux/drivers/char/hw_random/
H A Djh7110-trng.c269 pm_runtime_put_sync_autosuspend(trng->dev); in starfive_trng_read()
/linux/include/linux/
H A Dpm_runtime.h749 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.c1149 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()
874 Instead of: pm_runtime_put_sync use: pm_runtime_put_sync_autosuspend.
/linux/drivers/usb/core/
H A Ddriver.c1730 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()
/linux/drivers/input/mouse/
H A Dcyapa_gen5.c2837 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_event_process()