Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci25 pm_runtime_suspend\|
/linux/sound/soc/atmel/
H A Dmchp-pdmc.c1091 goto pm_runtime_suspend; in mchp_pdmc_probe()
1098 goto pm_runtime_suspend; in mchp_pdmc_probe()
1108 pm_runtime_suspend: in mchp_pdmc_probe()
/linux/include/linux/
H A Dpm_runtime.h369 * pm_runtime_suspend - Suspend a device synchronously.
384 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/linux/drivers/misc/mei/
H A Dpci-me.c404 pm_runtime_suspend(device); in mei_me_pci_complete()
/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c333 pm_runtime_suspend(msm_mdss->dev); in msm_mdss_destroy()
/linux/sound/soc/codecs/
H A Dhdac_hda.c529 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
H A Dcs35l56.c1540 pm_runtime_suspend(cs35l56->base.dev); in cs35l56_remove()
H A Dhdac_hdmi.c1678 * exit, we call pm_runtime_suspend() so that will do for us in hdmi_codec_probe()
1720 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
1890 * pm_runtime_suspend call. in hdac_hdmi_dev_probe()
/linux/drivers/acpi/
H A Dacpi_tad.c646 pm_runtime_suspend(dev); in acpi_tad_probe()
/linux/drivers/input/touchscreen/
H A Dsilead.c530 pm_runtime_suspend(&client->dev); in silead_ts_setup()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c1474 pm_runtime_suspend(drm_dev->dev); in pvr_remove()
/linux/sound/hda/controllers/
H A Dintel.c1206 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1209 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/linux/Documentation/power/
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
/linux/drivers/bluetooth/
H A Dbtusb.c2529 ret = pm_runtime_suspend(&data->udev->dev); in btusb_setup_csr()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6090 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()