Home
last modified time | relevance | path

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

12345

/linux-6.15/sound/soc/sof/
H A 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()
H A Dops.h257 if (sof_ops(sdev)->runtime_suspend) in snd_sof_dsp_runtime_suspend()
258 return sof_ops(sdev)->runtime_suspend(sdev); in snd_sof_dsp_runtime_suspend()
/linux-6.15/drivers/scsi/
H A 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.15/Documentation/power/
H 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
808 provide its own callbacks for ->runtime_idle(), ->runtime_suspend(),
838 ->runtime_idle(), ->runtime_suspend(), or ->runtime_resume() callbacks.
897 autosuspend delay time has expired. If the ->runtime_suspend() callback
901 autosuspend. The ->runtime_suspend() callback can't do this rescheduling
[all …]
/linux-6.15/drivers/greybus/
H A Dbundle.c114 if (pm && pm->runtime_suspend) { in gb_bundle_suspend()
115 ret = pm->runtime_suspend(&bundle->dev); in gb_bundle_suspend()
/linux-6.15/drivers/base/power/
H A Dgeneric_ops.c25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
/linux-6.15/drivers/thunderbolt/
H A Dnhi.h46 int (*runtime_suspend)(struct tb_nhi *nhi); member
H A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/linux-6.15/sound/soc/sof/intel/
H A Dhda-common-ops.c94 .runtime_suspend = hda_dsp_runtime_suspend,
/linux-6.15/drivers/pci/
H A Dpci-driver.c1302 if (pm && pm->runtime_suspend) { in pci_pm_runtime_suspend()
1303 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend()
1311 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1315 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1322 if (pm && pm->runtime_suspend in pci_pm_runtime_suspend()
1327 pm->runtime_suspend); in pci_pm_runtime_suspend()
1405 .runtime_suspend = pci_pm_runtime_suspend,
/linux-6.15/include/linux/
H A Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
H A Dpm.h307 int (*runtime_suspend)(struct device *dev); member
337 .runtime_suspend = suspend_fn, \
/linux-6.15/drivers/pci/pcie/
H A Dportdrv.h85 int (*runtime_suspend)(struct pcie_device *dev); member
H A Dportdrv.c433 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend); in pcie_port_device_runtime_suspend()
664 .runtime_suspend = pcie_port_runtime_suspend,
/linux-6.15/sound/soc/mediatek/common/
H A Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
/linux-6.15/drivers/mmc/host/
H A Dsdhci-pci.h155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux-6.15/drivers/misc/
H A Disl29020.c203 .runtime_suspend = isl29020_runtime_suspend,
/linux-6.15/drivers/media/rc/
H A Dgpio-ir-recv.c191 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux-6.15/drivers/uio/
H A Duio_pdrv_genirq.c270 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
H A Duio_dmem_genirq.c318 .runtime_suspend = uio_dmem_genirq_runtime_nop,
/linux-6.15/drivers/mmc/core/
H A Dcore.h26 int (*runtime_suspend)(struct mmc_host *); member
/linux-6.15/drivers/net/ipa/
H A Dipa_power.c306 .runtime_suspend = ipa_runtime_suspend,
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c110 .runtime_suspend = pm_domain_suspend,
/linux-6.15/drivers/gpu/vga/
H A Dvga_switcheroo.c1018 ret = dev->bus->pm->runtime_suspend(dev); in vga_switcheroo_runtime_suspend()
1062 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend; in vga_switcheroo_init_domain_pm_ops()

12345