Searched refs:pm_runtime_put_sync_autosuspend (Results 1 – 11 of 11) sorted by relevance
48 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()
37 pm_runtime_put_sync_autosuspend\|
322 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()
269 pm_runtime_put_sync_autosuspend(trng->dev); in starfive_trng_read()
749 static inline int pm_runtime_put_sync_autosuspend(struct device *dev) in pm_runtime_put_sync_autosuspend() function
727 pm_runtime_put_sync_autosuspend(&client->dev); in tas2552_probe()
1149 pm_runtime_put_sync_autosuspend(zdev->dev); in zynqmp_dma_probe()
427 `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.
1730 status = pm_runtime_put_sync_autosuspend(&udev->dev); in usb_autosuspend_device()
2727 pm_runtime_put_sync_autosuspend(&udev->dev); in usb_new_device()
2837 pm_runtime_put_sync_autosuspend(dev); in cyapa_pip_event_process()