Home
last modified time | relevance | path

Searched refs:pm_runtime_put_sync_autosuspend (Results 1 – 9 of 9) 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.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/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.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/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()