Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci25 pm_runtime_suspend\|
/openbmc/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c858 goto pm_runtime_suspend; in mchp_spdiftx_probe()
866 goto pm_runtime_suspend; in mchp_spdiftx_probe()
871 pm_runtime_suspend: in mchp_spdiftx_probe()
H 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()
H A Dmchp-pdmc.c1099 goto pm_runtime_suspend; in mchp_pdmc_probe()
1106 goto pm_runtime_suspend; in mchp_pdmc_probe()
1116 pm_runtime_suspend: in mchp_pdmc_probe()
/openbmc/linux/include/linux/
H A Dpm_runtime.h340 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/openbmc/linux/drivers/misc/mei/
H A Dpci-me.c416 pm_runtime_suspend(device); in mei_me_pci_complete()
/openbmc/linux/Documentation/power/
H 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;
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
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hda.c498 pm_runtime_suspend(&hdev->dev); in hdac_hda_codec_probe()
H A Dcs35l56.c1402 pm_runtime_suspend(cs35l56->base.dev); in cs35l56_remove()
H A Dhdac_hdmi.c2015 pm_runtime_suspend(&hdev->dev); in hdmi_codec_probe()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c318 pm_runtime_suspend(msm_mdss->dev); in msm_mdss_destroy()
/openbmc/linux/drivers/acpi/
H A Dacpi_tad.c646 pm_runtime_suspend(dev); in acpi_tad_probe()
/openbmc/linux/drivers/input/touchscreen/
H A Dsilead.c530 pm_runtime_suspend(&client->dev); in silead_ts_setup()
H A Dcyttsp4_core.c2156 pm_runtime_suspend(dev); in cyttsp4_remove()
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c1216 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1219 pm_runtime_suspend(card->dev); in azx_vs_set_state()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c2445 ret = pm_runtime_suspend(&data->udev->dev); in btusb_setup_csr()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5140 if (!pm_runtime_suspend(&(p->dev))) in amdgpu_device_suspend_display_audio()