| /Linux-v5.4/sound/soc/sof/ | 
| D | pm.c | 332 static int sof_suspend(struct device *dev, bool runtime_suspend)  in sof_suspend()  argument345 	if (!runtime_suspend) {  in sof_suspend()
 357 	if (runtime_suspend)  in sof_suspend()
 379 	if (runtime_suspend)  in sof_suspend()
 
 | 
| D | ops.h | 167 	if (sof_ops(sdev)->runtime_suspend)  in snd_sof_dsp_runtime_suspend()168 		return sof_ops(sdev)->runtime_suspend(sdev);  in snd_sof_dsp_runtime_suspend()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | scsi_pm.c | 236 	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,
 
 | 
| /Linux-v5.4/Documentation/power/ | 
| 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
 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 …]
 
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | intel-lpss.h | 46 	.runtime_suspend = intel_lpss_suspend,	\
 | 
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | nhi.h | 46 	int (*runtime_suspend)(struct tb_nhi *nhi);  member
 | 
| D | nhi_ops.c | 175 	.runtime_suspend = icl_nhi_suspend,
 | 
| /Linux-v5.4/drivers/greybus/ | 
| 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-v5.4/drivers/scsi/ufs/ | 
| D | tc-dwc-g210-pltfrm.c | 89 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
 | 
| D | cdns-pltfrm.c | 208 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
 | 
| D | tc-dwc-g210-pci.c | 148 	.runtime_suspend = tc_dwc_g210_pci_runtime_suspend,
 | 
| /Linux-v5.4/drivers/base/power/ | 
| D | generic_ops.c | 25 	ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0;  in pm_generic_runtime_suspend()
 | 
| /Linux-v5.4/sound/soc/mediatek/common/ | 
| D | mtk-base-afe.h | 69 	int (*runtime_suspend)(struct device *dev);  member
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | pci-driver.c | 1290 	if (pm && pm->runtime_suspend) {  in pci_pm_runtime_suspend()1291 		error = pm->runtime_suspend(dev);  in pci_pm_runtime_suspend()
 1299 				pm->runtime_suspend, error);  in pci_pm_runtime_suspend()
 1303 				pm->runtime_suspend, error);  in pci_pm_runtime_suspend()
 1310 	if (pm && pm->runtime_suspend  in pci_pm_runtime_suspend()
 1315 			pm->runtime_suspend);  in pci_pm_runtime_suspend()
 1394 	.runtime_suspend = pci_pm_runtime_suspend,
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | pm_clock.h | 26 	.runtime_suspend = pm_clk_runtime_suspend, \
 | 
| D | pm.h | 299 	int (*runtime_suspend)(struct device *dev);  member342 	.runtime_suspend = suspend_fn, \
 
 | 
| /Linux-v5.4/sound/soc/sof/intel/ | 
| D | apl.c | 96 	.runtime_suspend	= hda_dsp_runtime_suspend,
 | 
| D | hda-dsp.c | 285 static int hda_suspend(struct snd_sof_dev *sdev, bool runtime_suspend)  in hda_suspend()  argument298 	if (runtime_suspend)  in hda_suspend()
 
 | 
| /Linux-v5.4/drivers/pci/pcie/ | 
| D | portdrv.h | 87 	int (*runtime_suspend)(struct pcie_device *dev);  member
 | 
| D | portdrv_pci.c | 73 	.runtime_suspend = pcie_port_runtime_suspend,
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | sdhci-pci.h | 143 	int			(*runtime_suspend) (struct sdhci_pci_chip *);  member
 | 
| /Linux-v5.4/drivers/misc/ | 
| D | isl29020.c | 204 	.runtime_suspend = isl29020_runtime_suspend,
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | core.h | 26 	int (*runtime_suspend)(struct mmc_host *);  member
 | 
| /Linux-v5.4/drivers/uio/ | 
| D | uio_pdrv_genirq.c | 256 	.runtime_suspend = uio_pdrv_genirq_runtime_nop,
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ | 
| D | mock_gem_device.c | 126 		.runtime_suspend = pm_domain_suspend,
 |