Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpm.c178 static int sof_suspend(struct device *dev, bool runtime_suspend) in sof_suspend() argument
185 if (!runtime_suspend && !sof_ops(sdev)->suspend) in sof_suspend()
188 if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) in sof_suspend()
195 if (!runtime_suspend) { in sof_suspend()
216 if (runtime_suspend) in sof_suspend()
244 if (runtime_suspend) in sof_suspend()
H A Dops.h168 if (sof_ops(sdev)->runtime_suspend) in snd_sof_dsp_runtime_suspend()
169 return sof_ops(sdev)->runtime_suspend(sdev); in snd_sof_dsp_runtime_suspend()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_pm.c236 if (pm && pm->runtime_suspend) in sdev_runtime_suspend()
237 err = pm->runtime_suspend(dev); in sdev_runtime_suspend()
352 .runtime_suspend = scsi_runtime_suspend,
/OK3568_Linux_fs/kernel/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
168 ->runtime_suspend() in parallel with ->runtime_resume() or with another
169 instance of ->runtime_suspend() for the same device) with the exception that
170 ->runtime_suspend() or ->runtime_resume() can be executed in parallel with
174 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active'
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c1243 if (pm && pm->runtime_suspend) { in pci_pm_runtime_suspend()
1244 error = pm->runtime_suspend(dev); in pci_pm_runtime_suspend()
1252 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1256 pm->runtime_suspend, error); in pci_pm_runtime_suspend()
1263 if (pm && pm->runtime_suspend in pci_pm_runtime_suspend()
1268 pm->runtime_suspend); in pci_pm_runtime_suspend()
1350 .runtime_suspend = pci_pm_runtime_suspend,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dintel-lpss.h46 .runtime_suspend = intel_lpss_suspend, \
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dgeneric_ops.c25 ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0; in pm_generic_runtime_suspend()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c517 device->driver->pm->runtime_suspend) { in mali_runtime_suspend()
519 ret = device->driver->pm->runtime_suspend(device); in mali_runtime_suspend()
640 .runtime_suspend = mali_runtime_suspend,
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.h46 int (*runtime_suspend)(struct tb_nhi *nhi); member
H A Dnhi_ops.c182 .runtime_suspend = icl_nhi_suspend,
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dtc-dwc-g210-pltfrm.c89 .runtime_suspend = ufshcd_pltfrm_runtime_suspend,
H A Dtc-dwc-g210-pci.c147 .runtime_suspend = tc_dwc_g210_pci_runtime_suspend,
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_clock.h26 .runtime_suspend = pm_clk_runtime_suspend, \
H A Dpm.h300 int (*runtime_suspend)(struct device *dev); member
345 .runtime_suspend = suspend_fn, \
/OK3568_Linux_fs/kernel/sound/soc/mediatek/common/
H A Dmtk-base-afe.h86 int (*runtime_suspend)(struct device *dev); member
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Dportdrv.h85 int (*runtime_suspend)(struct pcie_device *dev); member
H A Dportdrv_pci.c81 .runtime_suspend = pcie_port_runtime_suspend,
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dapl.c111 .runtime_suspend = hda_dsp_runtime_suspend,
H A Dtgl.c106 .runtime_suspend = hda_dsp_runtime_suspend,
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-pci.h149 int (*runtime_suspend) (struct sdhci_pci_chip *); member
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dgpio-ir-recv.c179 .runtime_suspend = gpio_ir_recv_runtime_suspend,
/OK3568_Linux_fs/kernel/drivers/misc/
H A Disl29020.c205 .runtime_suspend = isl29020_runtime_suspend,
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.h28 int (*runtime_suspend)(struct mmc_host *); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c112 .runtime_suspend = pm_domain_suspend,

12345