Searched refs:pm_runtime_suspend (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/base/power/ |
| H A D | runtime-test.c | 43 KUNIT_EXPECT_EQ(test, 1, pm_runtime_suspend(dev)); in pm_runtime_already_suspended_test() 117 KUNIT_EXPECT_EQ(test, -EACCES, pm_runtime_suspend(dev)); in pm_runtime_disabled_test() 159 KUNIT_EXPECT_EQ(test, -EINVAL, pm_runtime_suspend(dev)); in pm_runtime_error_test() 175 pm_runtime_suspend(dev); /* flush the put(), to suspend */ in pm_runtime_error_test() 194 KUNIT_EXPECT_EQ(test, -EAGAIN, pm_runtime_suspend(dev)); in pm_runtime_error_test()
|
| /linux/scripts/coccinelle/api/ |
| H A D | pm_runtime.cocci | 25 pm_runtime_suspend\|
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-spdiftx.c | 858 goto pm_runtime_suspend; in mchp_spdiftx_probe() 866 goto pm_runtime_suspend; in mchp_spdiftx_probe() 871 pm_runtime_suspend: in mchp_spdiftx_probe()
|
| H A D | mchp-spdifrx.c | 1163 goto pm_runtime_suspend; in mchp_spdifrx_probe() 1171 goto pm_runtime_suspend; in mchp_spdifrx_probe() 1179 pm_runtime_suspend:
|
| H A D | mchp-pdmc.c | 1091 goto pm_runtime_suspend; in mchp_pdmc_probe() 1098 goto pm_runtime_suspend; in mchp_pdmc_probe() 1108 pm_runtime_suspend: in mchp_pdmc_probe()
|
| /linux/drivers/misc/mei/ |
| H A D | pci-csc.c | 192 pm_runtime_suspend(dev); in mei_csc_pci_complete()
|
| /linux/drivers/acpi/ |
| H A D | acpi_tad.c | 811 pm_runtime_suspend(dev); in acpi_tad_remove() 871 pm_runtime_suspend(dev); in acpi_tad_probe()
|
| /linux/include/linux/ |
| H A D | pm_runtime.h | 385 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hda.c | 527 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
|
| H A D | cs35l56.c | 2135 pm_runtime_suspend(cs35l56->base.dev);
|
| H A D | hdac_hdmi.c | 1685 * exit, we call pm_runtime_suspend() so that will do for us in hdmi_codec_probe() 1727 pm_runtime_suspend(&hdev->dev); in hdmi_codec_remove() 1897 * pm_runtime_suspend call. in hdac_hdmi_dev_probe()
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 1218 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state() 1221 pm_runtime_suspend(card->dev); in azx_vs_set_state()
|