Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/api/
Dpm_runtime.cocci24 pm_runtime_suspend\|
/Linux-v4.19/include/linux/
Dpm_runtime.h188 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/Linux-v4.19/drivers/acpi/
Dacpi_tad.c439 pm_runtime_suspend(dev); in acpi_tad_probe()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt313 int pm_runtime_suspend(struct device *dev);
321 - same as pm_runtime_suspend() except that the autosuspend delay is taken
394 pm_runtime_suspend(dev) and return its result
527 pm_runtime_suspend()
587 calling pm_runtime_suspend() from their ->remove() routines, the driver core
791 ->runtime_idle() would always call pm_runtime_suspend().
838 Instead of: pm_runtime_suspend use: pm_runtime_autosuspend;
Dpci.txt367 of pm_schedule_suspend() or pm_runtime_suspend() which for PCI devices call
409 present at all), suspends the device with the help of pm_runtime_suspend().
938 PCI subsystem will call pm_runtime_suspend() for the device, which in turn will
/Linux-v4.19/drivers/tty/serial/
Difx6x60.c1329 pm_runtime_suspend(dev); in ifx_spi_pm_runtime_idle()
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-v4l2.c871 pm_runtime_suspend(&vin->vdev.dev); in rvin_release()
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c1266 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1269 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/Linux-v4.19/drivers/media/platform/
Dsh_veu.c1169 pm_runtime_suspend(&pdev->dev); in sh_veu_probe()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c751 pm_runtime_suspend(&icd->vdev->dev); in soc_camera_close()
/Linux-v4.19/sound/soc/codecs/
Dhdac_hdmi.c1837 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c2166 pm_runtime_suspend(dev); in cyttsp4_remove()