Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dpm_runtime.cocci25 pm_runtime_suspend\|
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_mdss.c199 pm_runtime_suspend(dev->dev); in dpu_mdss_destroy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_runtime.h304 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/OK3568_Linux_fs/kernel/Documentation/power/
H A Druntime_pm.rst321 `int pm_runtime_suspend(struct device *dev);`
329 - same as pm_runtime_suspend() except that the autosuspend delay is taken
408 pm_runtime_suspend(dev) and return its result
541 - pm_runtime_suspend()
602 calling pm_runtime_suspend() from their ->remove() routines, the driver core
808 ->runtime_idle() would always call pm_runtime_suspend().
856 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
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.c493 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
H A Dhdac_hdmi.c2010 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsilead.c378 pm_runtime_suspend(&client->dev); in silead_ts_setup()
H A Dcyttsp4_core.c2148 pm_runtime_suspend(dev); in cyttsp4_remove()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_tad.c634 pm_runtime_suspend(dev); in acpi_tad_probe()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Difx6x60.c1276 pm_runtime_suspend(dev); in ifx_spi_pm_runtime_idle()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c1252 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1255 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c4883 pm_runtime_suspend(cd->dev); in cyttsp5_pm_notifier()
6253 pm_runtime_suspend(dev); in cyttsp5_release()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4479 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()