Searched refs:runtime_suspend (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/sound/soc/sof/
H A Dpm.c196 static int sof_suspend(struct device *dev, bool runtime_suspend) argument
207 if (!runtime_suspend && !sof_ops(sdev)->suspend)
210 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend)
225 if (!runtime_suspend) {
249 if (runtime_suspend)
276 if (runtime_suspend)
/linux-master/sound/soc/sof/intel/
H A Dhda-common-ops.c94 .runtime_suspend = hda_dsp_runtime_suspend,
/linux-master/include/linux/
H A Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
H A Dpm.h222 * @runtime_suspend: Prepare the device for a condition in which it won't be
283 * role of the @runtime_suspend(), @runtime_resume() and @runtime_idle()
307 int (*runtime_suspend)(struct device *dev); member in struct:dev_pm_ops
337 .runtime_suspend = suspend_fn, \
448 * be different from the corresponding runtime PM callbacks, .runtime_suspend(),
449 * and .runtime_resume(), because .runtime_suspend() always works on an already
454 * .resume_early(), to the same routines as .runtime_suspend() and
586 * RPM_SUSPENDED Device bus type's ->runtime_suspend() callback has
593 * RPM_SUSPENDING Device bus type's ->runtime_suspend() callback is being
612 * RPM_REQ_SUSPEND Run the device bus type's ->runtime_suspend() callbac
[all...]
/linux-master/drivers/thunderbolt/
H A Dnhi.h38 * @runtime_suspend: NHI specific runtime_suspend hook
46 int (*runtime_suspend)(struct tb_nhi *nhi); member in struct:tb_nhi_ops
H A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/linux-master/drivers/pci/pcie/
H A Dportdrv.h83 int (*runtime_suspend)(struct pcie_device *dev); member in struct:pcie_port_service_driver
H A Dportdrv.c429 size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend);
660 .runtime_suspend = pcie_port_runtime_suspend,
/linux-master/drivers/scsi/
H A Dscsi_pm.c154 if (pm && pm->runtime_suspend)
155 err = pm->runtime_suspend(dev);
270 .runtime_suspend = scsi_runtime_suspend,
/linux-master/sound/soc/mediatek/common/
H A Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member in struct:mtk_base_afe
/linux-master/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;
/linux-master/drivers/greybus/
H A Dbundle.c114 if (pm && pm->runtime_suspend) {
115 ret = pm->runtime_suspend(&bundle->dev);
/linux-master/drivers/misc/
H A Disl29020.c203 .runtime_suspend = isl29020_runtime_suspend,
/linux-master/drivers/mmc/host/
H A Dsdhci-pci.h154 int (*runtime_suspend) (struct sdhci_pci_chip *); member in struct:sdhci_pci_fixes
/linux-master/drivers/pci/
H A Dpci-driver.c1304 if (pm && pm->runtime_suspend) {
1305 error = pm->runtime_suspend(dev);
1313 pm->runtime_suspend, error);
1317 pm->runtime_suspend, error);
1324 if (pm && pm->runtime_suspend
1329 pm->runtime_suspend);
1407 .runtime_suspend = pci_pm_runtime_suspend,
/linux-master/drivers/uio/
H A Duio_pdrv_genirq.c257 /* Runtime PM callback shared between ->runtime_suspend()
273 .runtime_suspend = uio_pdrv_genirq_runtime_nop,
/linux-master/drivers/mmc/core/
H A Dcore.h26 int (*runtime_suspend)(struct mmc_host *); member in struct:mmc_bus_ops
/linux-master/drivers/media/rc/
H A Dgpio-ir-recv.c192 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c110 .runtime_suspend = pm_domain_suspend,
/linux-master/drivers/pci/hotplug/
H A Dpciehp_core.c352 .runtime_suspend = pciehp_runtime_suspend,
/linux-master/drivers/i2c/busses/
H A Di2c-at91-core.c327 .runtime_suspend = at91_twi_runtime_suspend,
/linux-master/drivers/net/ipa/
H A Dipa_power.c328 .runtime_suspend = ipa_runtime_suspend,
/linux-master/drivers/misc/mei/
H A Dpci-txe.c329 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend;
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c1019 ret = dev->bus->pm->runtime_suspend(dev);
1063 domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend;
/linux-master/sound/soc/sof/imx/
H A Dimx8.c539 .runtime_suspend = imx8_dsp_runtime_suspend,
593 .runtime_suspend = imx8_dsp_runtime_suspend,

Completed in 273 milliseconds

12345