Home
last modified time | relevance | path

Searched refs:runtime_suspend (Results 1 – 25 of 109) sorted by relevance

12345

/linux/sound/soc/sof/
A Dpm.c178 static int sof_suspend(struct device *dev, bool runtime_suspend) in sof_suspend() argument
185 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()
188 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()
195 if (!runtime_suspend) { in sof_suspend()
218 if (runtime_suspend) in sof_suspend()
246 if (runtime_suspend) in sof_suspend()
A Dops.h198 if (sof_ops(sdev)->runtime_suspend) in snd_sof_dsp_runtime_suspend()
199 return sof_ops(sdev)->runtime_suspend(sdev); in snd_sof_dsp_runtime_suspend()
/linux/drivers/scsi/
A Dscsi_pm.c155 if (pm && pm->runtime_suspend) in sdev_runtime_suspend()
156 err = pm->runtime_suspend(dev); in sdev_runtime_suspend()
271 .runtime_suspend = scsi_runtime_suspend,
/linux/Documentation/power/
A Druntime_pm.rst47 int (*runtime_suspend)(struct device *dev);
53 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks
79 the PM core that it is safe to run the ->runtime_suspend(), ->runtime_resume()
115 device, then ->runtime_suspend() should return -EBUSY. On the other hand, if
168 ->runtime_suspend() in parallel with ->runtime_resume() or with another
176 ->runtime_suspend() for the devices the runtime PM status of which is
795 provide its own callbacks for ->runtime_idle(), ->runtime_suspend(),
825 ->runtime_idle(), ->runtime_suspend(), or ->runtime_resume() callbacks.
884 autosuspend delay time has expired. If the ->runtime_suspend() callback
888 autosuspend. The ->runtime_suspend() callback can't do this rescheduling
[all …]
/linux/drivers/greybus/
A Dbundle.c114 if (pm && pm->runtime_suspend) { in gb_bundle_suspend()
115 ret = pm->runtime_suspend(&bundle->dev); in gb_bundle_suspend()
/linux/drivers/pci/
A Dpci-driver.c1255 if (pm && pm->runtime_suspend) { in pci_pm_runtime_suspend()
1256 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend()
1264 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1268 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1275 if (pm && pm->runtime_suspend in pci_pm_runtime_suspend()
1280 pm->runtime_suspend); in pci_pm_runtime_suspend()
1362 .runtime_suspend = pci_pm_runtime_suspend,
/linux/drivers/mfd/
A Dintel-lpss.h46 .runtime_suspend = intel_lpss_suspend, \
/linux/drivers/base/power/
A Dgeneric_ops.c25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
/linux/drivers/thunderbolt/
A Dnhi.h46 int (*runtime_suspend)(struct tb_nhi *nhi); member
A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/linux/include/linux/
A Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
A Dpm.h298 int (*runtime_suspend)(struct device *dev); member
341 .runtime_suspend = suspend_fn, \
/linux/sound/soc/mediatek/common/
A Dmtk-base-afe.h92 int (*runtime_suspend)(struct device *dev); member
/linux/sound/soc/sof/intel/
A Dapl.c120 .runtime_suspend = hda_dsp_runtime_suspend,
A Dicl.c120 .runtime_suspend = hda_dsp_runtime_suspend,
A Dtgl.c115 .runtime_suspend = hda_dsp_runtime_suspend,
/linux/drivers/pci/pcie/
A Dportdrv.h85 int (*runtime_suspend)(struct pcie_device *dev); member
A Dportdrv_pci.c81 .runtime_suspend = pcie_port_runtime_suspend,
/linux/drivers/mmc/host/
A Dsdhci-pci.h148 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux/drivers/misc/
A Disl29020.c205 .runtime_suspend = isl29020_runtime_suspend,
/linux/drivers/media/rc/
A Dgpio-ir-recv.c179 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux/drivers/gpu/drm/tidss/
A Dtidss_drv.c94 .runtime_suspend = tidss_pm_runtime_suspend,
/linux/drivers/mmc/core/
A Dcore.h26 int (*runtime_suspend)(struct mmc_host *); member
/linux/drivers/gpu/drm/i915/selftests/
A Dmock_gem_device.c110 .runtime_suspend = pm_domain_suspend,
/linux/drivers/uio/
A Duio_pdrv_genirq.c273 .runtime_suspend = uio_pdrv_genirq_runtime_nop,

Completed in 38 milliseconds

12345