| /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()
|
| /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() 269 .runtime_suspend = scsi_runtime_suspend,
|
| /linux/Documentation/power/ |
| H A D | runtime_pm.rst | 47 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 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/thunderbolt/ |
| H A D | nhi.h | 46 int (*runtime_suspend)(struct tb_nhi *nhi); member
|
| H A D | nhi_ops.c | 182 .runtime_suspend = icl_nhi_suspend,
|
| H A D | domain.c | 606 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 D | nhi.c | 1115 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 D | hda-common-ops.c | 94 .runtime_suspend = hda_dsp_runtime_suspend,
|
| /linux/sound/soc/mediatek/common/ |
| H A D | mtk-base-afe.h | 111 int (*runtime_suspend)(struct device *dev); member
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-pci.h | 155 int (*runtime_suspend) (struct sdhci_pci_chip *); member
|
| /linux/drivers/media/rc/ |
| H A D | gpio-ir-recv.c | 189 .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/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/misc/mei/ |
| H A D | pci-txe.c | 328 dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend; in mei_txe_set_pm_domain()
|
| H A D | pci-me.c | 484 dev->pg_domain.ops.runtime_suspend = mei_me_pm_runtime_suspend; in mei_me_set_pm_domain()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-at91-core.c | 326 .runtime_suspend = at91_twi_runtime_suspend,
|
| /linux/drivers/pci/hotplug/ |
| H A D | pciehp_core.c | 366 .runtime_suspend = pciehp_runtime_suspend,
|
| /linux/drivers/pcmcia/ |
| H A D | ds.c | 979 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 D | pci-acp3x.c | 300 .runtime_suspend = snd_acp3x_suspend,
|
| H A D | acp3x-pcm-dma.c | 505 .runtime_suspend = acp3x_pcm_runtime_suspend,
|
| /linux/sound/soc/amd/renoir/ |
| H A D | rn-pci-acp3x.c | 386 .runtime_suspend = snd_rn_acp_suspend,
|
| H A D | acp3x-pdm-dma.c | 485 .runtime_suspend = acp_pdm_runtime_suspend,
|
| /linux/drivers/spi/ |
| H A D | spi-sun4i.c | 537 .runtime_suspend = sun4i_spi_runtime_suspend,
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 467 .runtime_suspend = imx_runtime_suspend,
|