Symbol: pm_runtime_suspend
drivers/acpi/acpi_tad.c
588
pm_runtime_suspend(dev);
drivers/acpi/acpi_tad.c
654
pm_runtime_suspend(dev);
drivers/base/power/runtime-test.c
117
KUNIT_EXPECT_EQ(test, -EACCES, pm_runtime_suspend(dev));
drivers/base/power/runtime-test.c
159
KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_suspend(dev));
drivers/base/power/runtime-test.c
175
pm_runtime_suspend(dev); /* flush the put(), to suspend */
drivers/base/power/runtime-test.c
194
KUNIT_EXPECT_EQ(test, -EAGAIN, pm_runtime_suspend(dev));
drivers/base/power/runtime-test.c
43
KUNIT_EXPECT_EQ(test, 1, pm_runtime_suspend(dev));
drivers/bluetooth/btusb.c
2594
ret = pm_runtime_suspend(&data->udev->dev);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
6179
if (!pm_runtime_suspend(&(p->dev)))
drivers/gpu/drm/imagination/pvr_drv.c
1474
pm_runtime_suspend(drm_dev->dev);
drivers/gpu/drm/msm/msm_mdss.c
339
pm_runtime_suspend(msm_mdss->dev);
drivers/input/touchscreen/silead.c
530
pm_runtime_suspend(&client->dev);
drivers/misc/mei/pci-me.c
407
pm_runtime_suspend(device);
sound/hda/controllers/intel.c
1207
pm_runtime_suspend(hda_codec_dev(codec));
sound/hda/controllers/intel.c
1210
pm_runtime_suspend(card->dev);
sound/soc/atmel/mchp-pdmc.c
1091
goto pm_runtime_suspend;
sound/soc/atmel/mchp-pdmc.c
1098
goto pm_runtime_suspend;
sound/soc/atmel/mchp-pdmc.c
1108
pm_runtime_suspend:
sound/soc/atmel/mchp-spdifrx.c
1156
goto pm_runtime_suspend;
sound/soc/atmel/mchp-spdifrx.c
1164
goto pm_runtime_suspend;
sound/soc/atmel/mchp-spdifrx.c
1172
pm_runtime_suspend:
sound/soc/atmel/mchp-spdiftx.c
858
goto pm_runtime_suspend;
sound/soc/atmel/mchp-spdiftx.c
866
goto pm_runtime_suspend;
sound/soc/atmel/mchp-spdiftx.c
871
pm_runtime_suspend:
sound/soc/codecs/cs35l56.c
1975
pm_runtime_suspend(cs35l56->base.dev);
sound/soc/codecs/hdac_hda.c
527
pm_runtime_suspend(&hdev->dev);
sound/soc/codecs/hdac_hdmi.c
1725
pm_runtime_suspend(&hdev->dev);