Home
last modified time | relevance | path

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

12345

/linux-6.6.21/sound/soc/sof/
Dpm.c196 static int sof_suspend(struct device *dev, bool runtime_suspend) in sof_suspend() argument
207 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()
210 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()
225 if (!runtime_suspend) { in sof_suspend()
249 if (runtime_suspend) in sof_suspend()
276 if (runtime_suspend) in sof_suspend()
Dops.h245 if (sof_ops(sdev)->runtime_suspend) in snd_sof_dsp_runtime_suspend()
246 return sof_ops(sdev)->runtime_suspend(sdev); in snd_sof_dsp_runtime_suspend()
/linux-6.6.21/drivers/scsi/
Dscsi_pm.c154 if (pm && pm->runtime_suspend) in sdev_runtime_suspend()
155 err = pm->runtime_suspend(dev); in sdev_runtime_suspend()
270 .runtime_suspend = scsi_runtime_suspend,
/linux-6.6.21/Documentation/power/
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()
88 include executing the device driver's own ->runtime_suspend() callback (from the
89 PM core's point of view it is not necessary to implement a ->runtime_suspend()
115 device, then ->runtime_suspend() should return -EBUSY. On the other hand, if
168 ->runtime_suspend() in parallel with ->runtime_resume() or with another
169 instance of ->runtime_suspend() for the same device) with the exception that
170 ->runtime_suspend() or ->runtime_resume() can be executed in parallel with
174 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active'
[all …]
/linux-6.6.21/drivers/mfd/
Dintel-lpss.h47 .runtime_suspend = intel_lpss_suspend, \
/linux-6.6.21/drivers/greybus/
Dbundle.c114 if (pm && pm->runtime_suspend) { in gb_bundle_suspend()
115 ret = pm->runtime_suspend(&bundle->dev); in gb_bundle_suspend()
/linux-6.6.21/drivers/thunderbolt/
Dnhi.h46 int (*runtime_suspend)(struct tb_nhi *nhi); member
Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/linux-6.6.21/sound/soc/sof/intel/
Dhda-common-ops.c88 .runtime_suspend = hda_dsp_runtime_suspend,
/linux-6.6.21/drivers/base/power/
Dgeneric_ops.c25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
/linux-6.6.21/drivers/pci/
Dpci-driver.c1306 if (pm && pm->runtime_suspend) { in pci_pm_runtime_suspend()
1307 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend()
1315 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1319 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1326 if (pm && pm->runtime_suspend in pci_pm_runtime_suspend()
1331 pm->runtime_suspend); in pci_pm_runtime_suspend()
1412 .runtime_suspend = pci_pm_runtime_suspend,
/linux-6.6.21/drivers/pci/pcie/
Dportdrv.h83 int (*runtime_suspend)(struct pcie_device *dev); member
Dportdrv.c428 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); in pcie_port_device_runtime_suspend()
659 .runtime_suspend = pcie_port_runtime_suspend,
/linux-6.6.21/include/linux/
Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
Dpm.h307 int (*runtime_suspend)(struct device *dev); member
337 .runtime_suspend = suspend_fn, \
/linux-6.6.21/sound/soc/mediatek/common/
Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member
/linux-6.6.21/drivers/mmc/host/
Dsdhci-pci.h154 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux-6.6.21/drivers/misc/
Disl29020.c203 .runtime_suspend = isl29020_runtime_suspend,
/linux-6.6.21/drivers/media/rc/
Dgpio-ir-recv.c192 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux-6.6.21/drivers/mmc/core/
Dcore.h26 int (*runtime_suspend)(struct mmc_host *); member
/linux-6.6.21/sound/soc/sof/imx/
Dimx8.c541 .runtime_suspend = imx8_dsp_runtime_suspend,
595 .runtime_suspend = imx8_dsp_runtime_suspend,
/linux-6.6.21/drivers/uio/
Duio_pdrv_genirq.c273 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
/linux-6.6.21/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c110 .runtime_suspend = pm_domain_suspend,
/linux-6.6.21/drivers/gpu/vga/
Dvga_switcheroo.c1019 ret = dev->bus->pm->runtime_suspend(dev); in vga_switcheroo_runtime_suspend()
1063 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend; in vga_switcheroo_init_domain_pm_ops()
/linux-6.6.21/drivers/misc/mei/
Dpci-txe.c357 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; in mei_txe_set_pm_domain()

12345