Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/coccinelle/api/
Dpm_runtime.cocci25 pm_runtime_suspend\|
/Linux-v6.1/include/linux/
Dpm_runtime.h342 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_mdss.c240 pm_runtime_suspend(msm_mdss->dev); in msm_mdss_destroy()
/Linux-v6.1/Documentation/power/
Druntime_pm.rst325 `int pm_runtime_suspend(struct device *dev);`
333 - same as pm_runtime_suspend() except that the autosuspend delay is taken
422 pm_runtime_suspend(dev) and return its result
555 - pm_runtime_suspend()
616 calling pm_runtime_suspend() from their ->remove() routines, the driver core
822 ->runtime_idle() would always call pm_runtime_suspend().
879 Instead of: pm_runtime_suspend use: pm_runtime_autosuspend;
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-v6.1/sound/soc/codecs/
Dhdac_hda.c495 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
Dhdac_hdmi.c2010 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/Linux-v6.1/drivers/acpi/
Dacpi_tad.c634 pm_runtime_suspend(dev); in acpi_tad_probe()
/Linux-v6.1/drivers/input/touchscreen/
Dsilead.c532 pm_runtime_suspend(&client->dev); in silead_ts_setup()
Dcyttsp4_core.c2162 pm_runtime_suspend(dev); in cyttsp4_remove()
/Linux-v6.1/sound/pci/hda/
Dhda_intel.c1211 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1214 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/Linux-v6.1/drivers/bluetooth/
Dbtusb.c2164 ret = pm_runtime_suspend(&data->udev->dev); in btusb_setup_csr()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c5063 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()