Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/coccinelle/api/
Dpm_runtime.cocci25 pm_runtime_suspend\|
/Linux-v5.4/include/linux/
Dpm_runtime.h189 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_mdss.c212 pm_runtime_suspend(dev->dev); in dpu_mdss_destroy()
/Linux-v5.4/Documentation/power/
Druntime_pm.rst321 `int pm_runtime_suspend(struct device *dev);`
329 - same as pm_runtime_suspend() except that the autosuspend delay is taken
402 pm_runtime_suspend(dev) and return its result
535 - pm_runtime_suspend()
596 calling pm_runtime_suspend() from their ->remove() routines, the driver core
802 ->runtime_idle() would always call pm_runtime_suspend().
850 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-v5.4/sound/soc/codecs/
Dhdac_hda.c389 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
Dhdac_hdmi.c1909 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/Linux-v5.4/drivers/acpi/
Dacpi_tad.c634 pm_runtime_suspend(dev); in acpi_tad_probe()
/Linux-v5.4/drivers/tty/serial/
Difx6x60.c1329 pm_runtime_suspend(dev); in ifx_spi_pm_runtime_idle()
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c1208 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1211 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/Linux-v5.4/drivers/media/platform/
Dsh_veu.c1164 pm_runtime_suspend(&pdev->dev); in sh_veu_probe()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c747 pm_runtime_suspend(&icd->vdev->dev); in soc_camera_close()
/Linux-v5.4/drivers/input/touchscreen/
Dcyttsp4_core.c2149 pm_runtime_suspend(dev); in cyttsp4_remove()