Home
last modified time | relevance | path

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

1234

/linux/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/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/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/drivers/base/power/
H A Dgeneric_ops.c17 * ->runtime_suspend(), execute it and return its error code. Otherwise,
25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
/linux/drivers/thunderbolt/
H A Dnhi.h38 * @runtime_suspend: NHI specific runtime_suspend hook
46 int (*runtime_suspend)(struct tb_nhi *nhi); member
H A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c94 .runtime_suspend = hda_dsp_runtime_suspend,
/linux/include/linux/
H A Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
H A Dpm.h223 * @runtime_suspend: Prepare the device for a condition in which it won't be
284 * role of the @runtime_suspend(), @runtime_resume() and @runtime_idle()
308 int (*runtime_suspend)(struct device *dev); member
338 .runtime_suspend = suspend_fn, \
445 * be different from the corresponding runtime PM callbacks, .runtime_suspend(),
446 * and .runtime_resume(), because .runtime_suspend() always works on an already
451 * .resume_early(), to the same routines as .runtime_suspend() and
584 * RPM_SUSPENDED Device bus type's ->runtime_suspend() callback has
591 * RPM_SUSPENDING Device bus type's ->runtime_suspend() callback is being
611 * RPM_REQ_SUSPEND Run the device bus type's ->runtime_suspend() callbac
[all...]
/linux/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/sound/soc/mediatek/common/
H A Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
/linux/drivers/staging/media/ipu7/
H A Dipu7-bus.c68 .runtime_suspend = bus_pm_runtime_suspend,
/linux/drivers/mmc/host/
H A Dsdhci-pci.h155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux/drivers/misc/
H A Disl29020.c203 .runtime_suspend = isl29020_runtime_suspend,
/linux/drivers/media/rc/
H A Dgpio-ir-recv.c191 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux/drivers/net/ipa/
H A Dipa_power.c306 .runtime_suspend = ipa_runtime_suspend,
/linux/drivers/mmc/core/
H A Dcore.h26 int (*runtime_suspend)(struct mmc_host *); member
/linux/drivers/uio/
H A Duio_pdrv_genirq.c254 /* Runtime PM callback shared between ->runtime_suspend() in uio_pdrv_genirq_runtime_nop()
270 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
H A Duio_dmem_genirq.c302 /* Runtime PM callback shared between ->runtime_suspend() in uio_dmem_genirq_runtime_nop()
318 .runtime_suspend = uio_dmem_genirq_runtime_nop,
/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c112 .runtime_suspend = pm_domain_suspend,
/linux/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()
/linux/drivers/pci/hotplug/
H A Dpciehp_core.c366 .runtime_suspend = pciehp_runtime_suspend,

1234