Home
last modified time | relevance | path

Searched refs:pm_runtime_suspend (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/base/power/
H A Druntime-test.c43 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 Dpm_runtime.cocci25 pm_runtime_suspend\|
/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c858 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 Dmchp-spdifrx.c1156 goto pm_runtime_suspend; in mchp_spdifrx_probe()
1164 goto pm_runtime_suspend; in mchp_spdifrx_probe()
1172 pm_runtime_suspend: in mchp_spdifrx_probe()
H A Dmchp-pdmc.c1091 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/acpi/
H A Dacpi_tad.c588 pm_runtime_suspend(dev); in acpi_tad_remove()
654 pm_runtime_suspend(dev); in acpi_tad_probe()
/linux/include/linux/
H A Dpm_runtime.h385 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/linux/Documentation/power/
H A Druntime_pm.rst323 `int pm_runtime_suspend(struct device *dev);`
331 - same as pm_runtime_suspend() except that a call to
425 pm_runtime_suspend(dev) and return its result
548 - pm_runtime_suspend()
609 calling pm_runtime_suspend() from their ->remove() routines, the driver core
815 ->runtime_idle() would always call pm_runtime_suspend().
870 Instead of: pm_runtime_suspend use: pm_runtime_autosuspend;
H A Dpci.rst376 of pm_schedule_suspend() or pm_runtime_suspend() which for PCI devices call
418 present at all), suspends the device with the help of pm_runtime_suspend().
971 PCI subsystem will call pm_runtime_suspend() for the device, which in turn will
/linux/drivers/misc/mei/
H A Dpci-me.c407 pm_runtime_suspend(device); in mei_me_pci_complete()
/linux/sound/soc/codecs/
H A Dhdac_hda.c527 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
H A Dcs35l56.c1975 pm_runtime_suspend(cs35l56->base.dev); in cs35l56_remove()
H A Dhdac_hdmi.c1725 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/linux/drivers/input/touchscreen/
H A Dsilead.c530 pm_runtime_suspend(&client->dev); in silead_ts_setup()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c1474 pm_runtime_suspend(drm_dev->dev); in pvr_remove()
/linux/sound/hda/controllers/
H A Dintel.c1207 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1210 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/linux/drivers/bluetooth/
H A Dbtusb.c2594 ret = pm_runtime_suspend(&data->udev->dev); in btusb_setup_csr()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6179 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()