Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/coccinelle/api/
A Dpm_runtime.cocci25 pm_runtime_suspend\|
/linux-6.3-rc2/sound/soc/atmel/
A Dmchp-spdiftx.c873 goto pm_runtime_suspend; in mchp_spdiftx_probe()
881 goto pm_runtime_suspend; in mchp_spdiftx_probe()
886 pm_runtime_suspend: in mchp_spdiftx_probe()
A Dmchp-spdifrx.c1162 goto pm_runtime_suspend; in mchp_spdifrx_probe()
1170 goto pm_runtime_suspend; in mchp_spdifrx_probe()
1178 pm_runtime_suspend: in mchp_spdifrx_probe()
A Dmchp-pdmc.c1112 goto pm_runtime_suspend; in mchp_pdmc_probe()
1119 goto pm_runtime_suspend; in mchp_pdmc_probe()
1129 pm_runtime_suspend: in mchp_pdmc_probe()
/linux-6.3-rc2/include/linux/
A Dpm_runtime.h342 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_mdss.c322 pm_runtime_suspend(msm_mdss->dev); in msm_mdss_destroy()
/linux-6.3-rc2/Documentation/power/
A 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;
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-6.3-rc2/sound/soc/codecs/
A Dhdac_hda.c495 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
A Dhdac_hdmi.c2010 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/linux-6.3-rc2/drivers/acpi/
A Dacpi_tad.c634 pm_runtime_suspend(dev); in acpi_tad_probe()
/linux-6.3-rc2/drivers/input/touchscreen/
A Dsilead.c532 pm_runtime_suspend(&client->dev); in silead_ts_setup()
A Dcyttsp4_core.c2157 pm_runtime_suspend(dev); in cyttsp4_remove()
/linux-6.3-rc2/sound/pci/hda/
A Dhda_intel.c1215 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1218 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/linux-6.3-rc2/drivers/bluetooth/
A Dbtusb.c2329 ret = pm_runtime_suspend(&data->udev->dev); in btusb_setup_csr()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c5104 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()

Completed in 114 milliseconds