Home
last modified time | relevance | path

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

123

/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()
/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()
269 .runtime_suspend = scsi_runtime_suspend,
/linux/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()
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
166 ->runtime_suspend() in parallel with ->runtime_resume() or with another
167 instance of ->runtime_suspend() for the same device) with the exception that
168 ->runtime_suspend() or ->runtime_resume() can be executed in parallel with
172 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active'
[all …]
/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/thunderbolt/
H A Dnhi.h46 int (*runtime_suspend)(struct tb_nhi *nhi); member
H A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
H A Ddomain.c606 if (tb->cm_ops->runtime_suspend) { in tb_domain_runtime_suspend()
607 int ret = tb->cm_ops->runtime_suspend(tb); in tb_domain_runtime_suspend()
H A Dnhi.c1115 if (nhi->ops && nhi->ops->runtime_suspend) { in nhi_runtime_suspend()
1116 ret = nhi->ops->runtime_suspend(tb->nhi); in nhi_runtime_suspend()
1457 .runtime_suspend = nhi_runtime_suspend,
/linux/sound/soc/sof/intel/
H A Dhda-common-ops.c94 .runtime_suspend = hda_dsp_runtime_suspend,
/linux/sound/soc/mediatek/common/
H A Dmtk-base-afe.h111 int (*runtime_suspend)(struct device *dev); member
/linux/drivers/mmc/host/
H A Dsdhci-pci.h155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/linux/drivers/media/rc/
H A Dgpio-ir-recv.c189 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/linux/drivers/net/ipa/
H A Dipa_power.c306 .runtime_suspend = ipa_runtime_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/misc/mei/
H A Dpci-txe.c328 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; in mei_txe_set_pm_domain()
H A Dpci-me.c484 dev->pg_domain.ops.runtime_suspend = mei_me_pm_runtime_suspend; in mei_me_set_pm_domain()
/linux/drivers/i2c/busses/
H A Di2c-at91-core.c326 .runtime_suspend = at91_twi_runtime_suspend,
/linux/drivers/pci/hotplug/
H A Dpciehp_core.c366 .runtime_suspend = pciehp_runtime_suspend,
/linux/drivers/pcmcia/
H A Dds.c979 static int runtime_suspend(struct device *dev) in runtime_suspend() function
1066 ret = runtime_suspend(dev); in pm_state_store()
1222 return runtime_suspend(dev); in pcmcia_bus_suspend_callback()
/linux/sound/soc/amd/raven/
H A Dpci-acp3x.c300 .runtime_suspend = snd_acp3x_suspend,
H A Dacp3x-pcm-dma.c505 .runtime_suspend = acp3x_pcm_runtime_suspend,
/linux/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c386 .runtime_suspend = snd_rn_acp_suspend,
H A Dacp3x-pdm-dma.c485 .runtime_suspend = acp_pdm_runtime_suspend,
/linux/drivers/spi/
H A Dspi-sun4i.c537 .runtime_suspend = sun4i_spi_runtime_suspend,
/linux/sound/soc/sof/imx/
H A Dimx-common.c467 .runtime_suspend = imx_runtime_suspend,

123