/linux/sound/soc/sof/ |
H A D | pm.c | 196 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 D | ops.h | 257 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 D | scsi_pm.c | 154 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 D | bundle.c | 114 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 D | generic_ops.c | 17 * ->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 D | nhi.h | 38 * @runtime_suspend: NHI specific runtime_suspend hook 46 int (*runtime_suspend)(struct tb_nhi *nhi); member
|
H A D | nhi_ops.c | 182 .runtime_suspend = icl_nhi_suspend,
|
/linux/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 94 .runtime_suspend = hda_dsp_runtime_suspend,
|
/linux/include/linux/ |
H A D | pm_clock.h | 26 .runtime_suspend = pm_clk_runtime_suspend, \
|
H A D | pm.h | 223 * @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 D | portdrv.h | 85 int (*runtime_suspend)(struct pcie_device *dev); member
|
H A D | portdrv.c | 433 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 D | mtk-base-afe.h | 111 int (*runtime_suspend)(struct device *dev); member
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-bus.c | 68 .runtime_suspend = bus_pm_runtime_suspend,
|
/linux/drivers/staging/media/ipu7/ |
H A D | ipu7-bus.c | 68 .runtime_suspend = bus_pm_runtime_suspend,
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci.h | 155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
|
/linux/drivers/misc/ |
H A D | isl29020.c | 203 .runtime_suspend = isl29020_runtime_suspend,
|
/linux/drivers/media/rc/ |
H A D | gpio-ir-recv.c | 191 .runtime_suspend = gpio_ir_recv_runtime_suspend,
|
/linux/drivers/net/ipa/ |
H A D | ipa_power.c | 306 .runtime_suspend = ipa_runtime_suspend,
|
/linux/drivers/mmc/core/ |
H A D | core.h | 26 int (*runtime_suspend)(struct mmc_host *); member
|
/linux/drivers/uio/ |
H A D | uio_pdrv_genirq.c | 254 /* Runtime PM callback shared between ->runtime_suspend() in uio_pdrv_genirq_runtime_nop() 270 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
|
H A D | uio_dmem_genirq.c | 302 /* 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 D | mock_gem_device.c | 112 .runtime_suspend = pm_domain_suspend,
|
/linux/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 1018 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 D | pciehp_core.c | 366 .runtime_suspend = pciehp_runtime_suspend,
|