runtime_suspend  1258 drivers/acpi/acpi_lpss.c 		.runtime_suspend = acpi_lpss_runtime_suspend,
runtime_suspend  1246 drivers/acpi/device_pm.c 		.runtime_suspend = acpi_subsys_runtime_suspend,
runtime_suspend  5839 drivers/ata/libata-core.c 	.runtime_suspend = ata_port_runtime_suspend,
runtime_suspend  1255 drivers/base/platform.c 	.runtime_suspend = pm_generic_runtime_suspend,
runtime_suspend   166 drivers/base/power/domain.c 	if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend)
runtime_suspend   701 drivers/base/power/domain.c 		cb = dev->type->pm->runtime_suspend;
runtime_suspend   703 drivers/base/power/domain.c 		cb = dev->class->pm->runtime_suspend;
runtime_suspend   705 drivers/base/power/domain.c 		cb = dev->bus->pm->runtime_suspend;
runtime_suspend   710 drivers/base/power/domain.c 		cb = dev->driver->pm->runtime_suspend;
runtime_suspend  1798 drivers/base/power/domain.c 	genpd->domain.ops.runtime_suspend = genpd_runtime_suspend;
runtime_suspend    25 drivers/base/power/generic_ops.c 	ret = pm && pm->runtime_suspend ? pm->runtime_suspend(dev) : 0;
runtime_suspend   626 drivers/base/power/runtime.c 	callback = RPM_GET_CALLBACK(dev, runtime_suspend);
runtime_suspend  1749 drivers/base/power/runtime.c 	callback = RPM_GET_CALLBACK(dev, runtime_suspend);
runtime_suspend   427 drivers/gpio/gpio-lynxpoint.c 	.runtime_suspend = lp_gpio_runtime_suspend,
runtime_suspend  1305 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	.runtime_suspend = amdgpu_pmops_runtime_suspend,
runtime_suspend    79 drivers/gpu/drm/drm_mipi_dsi.c 	.runtime_suspend = pm_generic_runtime_suspend,
runtime_suspend   445 drivers/gpu/drm/gma500/psb_drv.c 	.runtime_suspend = psb_runtime_suspend,
runtime_suspend  2770 drivers/gpu/drm/i915/i915_drv.c 	.runtime_suspend = intel_runtime_suspend,
runtime_suspend   126 drivers/gpu/drm/i915/selftests/mock_gem_device.c 		.runtime_suspend = pm_domain_suspend,
runtime_suspend  1263 drivers/gpu/drm/nouveau/nouveau_drm.c 	.runtime_suspend = nouveau_pmops_runtime_suspend,
runtime_suspend  4926 drivers/gpu/drm/omapdrm/dss/dispc.c 	.runtime_suspend = dispc_runtime_suspend,
runtime_suspend  5469 drivers/gpu/drm/omapdrm/dss/dsi.c 	.runtime_suspend = dsi_runtime_suspend,
runtime_suspend  1586 drivers/gpu/drm/omapdrm/dss/dss.c 	.runtime_suspend = dss_runtime_suspend,
runtime_suspend   925 drivers/gpu/drm/omapdrm/dss/venc.c 	.runtime_suspend = venc_runtime_suspend,
runtime_suspend   590 drivers/gpu/drm/radeon/radeon_drv.c 	.runtime_suspend = radeon_pmops_runtime_suspend,
runtime_suspend   686 drivers/gpu/drm/sun4i/sun4i_frontend.c 	.runtime_suspend	= sun4i_frontend_runtime_suspend,
runtime_suspend  1019 drivers/gpu/vga/vga_switcheroo.c 	ret = dev->bus->pm->runtime_suspend(dev);
runtime_suspend  1068 drivers/gpu/vga/vga_switcheroo.c 		domain->ops.runtime_suspend = vga_switcheroo_runtime_suspend;
runtime_suspend   114 drivers/greybus/bundle.c 	if (pm && pm->runtime_suspend) {
runtime_suspend   115 drivers/greybus/bundle.c 		ret = pm->runtime_suspend(&bundle->dev);
runtime_suspend   340 drivers/i2c/busses/i2c-at91-core.c 	.runtime_suspend	= at91_twi_runtime_suspend,
runtime_suspend   436 drivers/iio/adc/sun4i-gpadc-iio.c 	.runtime_suspend = &sun4i_gpadc_runtime_suspend,
runtime_suspend   622 drivers/media/platform/s3c-camif/camif-core.c 	.runtime_suspend	= s3c_camif_runtime_suspend,
runtime_suspend  1256 drivers/media/platform/sti/bdisp/bdisp-v4l2.c 	.runtime_suspend        = bdisp_runtime_suspend,
runtime_suspend  1947 drivers/media/platform/sti/delta/delta-v4l2.c 	.runtime_suspend = delta_runtime_suspend,
runtime_suspend  1449 drivers/media/platform/sti/hva/hva-v4l2.c 	.runtime_suspend	= hva_hw_runtime_suspend,
runtime_suspend    46 drivers/mfd/intel-lpss.h 	.runtime_suspend = intel_lpss_suspend,	\
runtime_suspend   829 drivers/mfd/omap-usb-host.c 	.runtime_suspend	= usbhs_runtime_suspend,
runtime_suspend   204 drivers/misc/isl29020.c 	.runtime_suspend = isl29020_runtime_suspend,
runtime_suspend   472 drivers/misc/mei/pci-me.c 		dev->pg_domain.ops.runtime_suspend = mei_me_pm_runtime_suspend;
runtime_suspend   360 drivers/misc/mei/pci-txe.c 		dev->pg_domain.ops.runtime_suspend = mei_txe_pm_runtime_suspend;
runtime_suspend   185 drivers/mmc/core/bus.c 	return host->bus_ops->runtime_suspend(host);
runtime_suspend    26 drivers/mmc/core/core.h 	int (*runtime_suspend)(struct mmc_host *);
runtime_suspend  2189 drivers/mmc/core/mmc.c 	.runtime_suspend = mmc_runtime_suspend,
runtime_suspend  1257 drivers/mmc/core/sd.c 	.runtime_suspend = mmc_sd_runtime_suspend,
runtime_suspend  1096 drivers/mmc/core/sdio.c 	.runtime_suspend = mmc_sdio_runtime_suspend,
runtime_suspend  2174 drivers/mmc/host/omap_hsmmc.c 	.runtime_suspend = omap_hsmmc_runtime_suspend,
runtime_suspend  1048 drivers/mmc/host/sdhci-pci-core.c 	.runtime_suspend	= glk_runtime_suspend,
runtime_suspend  1860 drivers/mmc/host/sdhci-pci-core.c 	if (chip->fixes && chip->fixes->runtime_suspend)
runtime_suspend  1861 drivers/mmc/host/sdhci-pci-core.c 		return chip->fixes->runtime_suspend(chip);
runtime_suspend   145 drivers/mmc/host/sdhci-pci.h 	int			(*runtime_suspend) (struct sdhci_pci_chip *);
runtime_suspend  6698 drivers/net/ethernet/realtek/r8169_main.c 	.runtime_suspend	= rtl8169_runtime_suspend,
runtime_suspend   350 drivers/pci/hotplug/pciehp_core.c 	.runtime_suspend = pciehp_runtime_suspend,
runtime_suspend  1299 drivers/pci/pci-driver.c 	if (pm && pm->runtime_suspend) {
runtime_suspend  1300 drivers/pci/pci-driver.c 		error = pm->runtime_suspend(dev);
runtime_suspend  1308 drivers/pci/pci-driver.c 				pm->runtime_suspend, error);
runtime_suspend  1312 drivers/pci/pci-driver.c 				pm->runtime_suspend, error);
runtime_suspend  1319 drivers/pci/pci-driver.c 	if (pm && pm->runtime_suspend
runtime_suspend  1324 drivers/pci/pci-driver.c 			pm->runtime_suspend);
runtime_suspend  1407 drivers/pci/pci-driver.c 	.runtime_suspend = pci_pm_runtime_suspend,
runtime_suspend    87 drivers/pci/pcie/portdrv.h 	int (*runtime_suspend)(struct pcie_device *dev);
runtime_suspend   413 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend);
runtime_suspend    73 drivers/pci/pcie/portdrv_pci.c 	.runtime_suspend = pcie_port_runtime_suspend,
runtime_suspend  1068 drivers/pcmcia/ds.c 		ret = runtime_suspend(dev);
runtime_suspend  1225 drivers/pcmcia/ds.c 	return runtime_suspend(dev);
runtime_suspend   242 drivers/scsi/scsi_pm.c 	if (pm && pm->runtime_suspend)
runtime_suspend   243 drivers/scsi/scsi_pm.c 		err = pm->runtime_suspend(dev);
runtime_suspend   358 drivers/scsi/scsi_pm.c 	.runtime_suspend =	scsi_runtime_suspend,
runtime_suspend   562 drivers/scsi/sd.c 	.runtime_suspend	= sd_suspend_runtime,
runtime_suspend    89 drivers/scsi/sr.c 	.runtime_suspend	= sr_runtime_suspend,
runtime_suspend   214 drivers/scsi/ufs/cdns-pltfrm.c 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
runtime_suspend   148 drivers/scsi/ufs/tc-dwc-g210-pci.c 	.runtime_suspend = tc_dwc_g210_pci_runtime_suspend,
runtime_suspend    89 drivers/scsi/ufs/tc-dwc-g210-pltfrm.c 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
runtime_suspend   588 drivers/scsi/ufs/ufs-hisi.c 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
runtime_suspend   358 drivers/scsi/ufs/ufs-mediatek.c 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
runtime_suspend  1655 drivers/scsi/ufs/ufs-qcom.c 	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
runtime_suspend   534 drivers/spi/spi-sun4i.c 	.runtime_suspend	= sun4i_spi_runtime_suspend,
runtime_suspend   551 drivers/spi/spi-sun6i.c 	.runtime_suspend	= sun6i_spi_runtime_suspend,
runtime_suspend   586 drivers/staging/media/soc_camera/mt9t031.c 	.runtime_suspend	= mt9t031_runtime_suspend,
runtime_suspend   555 drivers/thunderbolt/domain.c 	if (tb->cm_ops->runtime_suspend) {
runtime_suspend   556 drivers/thunderbolt/domain.c 		int ret = tb->cm_ops->runtime_suspend(tb);
runtime_suspend  2098 drivers/thunderbolt/icm.c 	.runtime_suspend = icm_runtime_suspend,
runtime_suspend  2120 drivers/thunderbolt/icm.c 	.runtime_suspend = icm_runtime_suspend,
runtime_suspend  2141 drivers/thunderbolt/icm.c 	.runtime_suspend = icm_runtime_suspend,
runtime_suspend   988 drivers/thunderbolt/nhi.c 	if (nhi->ops && nhi->ops->runtime_suspend) {
runtime_suspend   989 drivers/thunderbolt/nhi.c 		ret = nhi->ops->runtime_suspend(tb->nhi);
runtime_suspend  1224 drivers/thunderbolt/nhi.c 	.runtime_suspend = nhi_runtime_suspend,
runtime_suspend    46 drivers/thunderbolt/nhi.h 	int (*runtime_suspend)(struct tb_nhi *nhi);
runtime_suspend   175 drivers/thunderbolt/nhi_ops.c 	.runtime_suspend = icl_nhi_suspend,
runtime_suspend   276 drivers/thunderbolt/tb.h 	int (*runtime_suspend)(struct tb *tb);
runtime_suspend  1341 drivers/tty/serial/ifx6x60.c 	.runtime_suspend = ifx_spi_pm_runtime_suspend,
runtime_suspend   328 drivers/uio/uio_dmem_genirq.c 	.runtime_suspend = uio_dmem_genirq_runtime_nop,
runtime_suspend   256 drivers/uio/uio_pdrv_genirq.c 	.runtime_suspend = uio_pdrv_genirq_runtime_nop,
runtime_suspend   615 drivers/usb/core/hcd-pci.c 	.runtime_suspend = hcd_pci_runtime_suspend,
runtime_suspend   304 drivers/usb/core/port.c 	.runtime_suspend =	usb_port_runtime_suspend,
runtime_suspend   502 drivers/usb/core/usb.c 	.runtime_suspend =	usb_runtime_suspend,
runtime_suspend  2788 drivers/usb/musb/musb_core.c 	.runtime_suspend = musb_runtime_suspend,
runtime_suspend   557 drivers/usb/musb/omap2430.c 	.runtime_suspend = omap2430_runtime_suspend,
runtime_suspend  1223 drivers/usb/typec/ucsi/ucsi_ccg.c 	.runtime_suspend = ucsi_ccg_runtime_suspend,
runtime_suspend  4174 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	.runtime_suspend = dispc_runtime_suspend,
runtime_suspend  5537 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	.runtime_suspend = dsi_runtime_suspend,
runtime_suspend  1270 drivers/video/fbdev/omap2/omapfb/dss/dss.c 	.runtime_suspend = dss_runtime_suspend,
runtime_suspend   787 drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c 	.runtime_suspend = hdmi_runtime_suspend,
runtime_suspend   826 drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c 	.runtime_suspend = hdmi_runtime_suspend,
runtime_suspend   956 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	.runtime_suspend = venc_runtime_suspend,
runtime_suspend  2223 drivers/video/fbdev/sh_mobile_lcdcfb.c 	.runtime_suspend = sh_mobile_lcdc_runtime_suspend,
runtime_suspend   299 include/linux/pm.h 	int (*runtime_suspend)(struct device *dev);
runtime_suspend   342 include/linux/pm.h 	.runtime_suspend = suspend_fn, \
runtime_suspend    26 include/linux/pm_clock.h 	.runtime_suspend = pm_clk_runtime_suspend, \
runtime_suspend  1401 sound/soc/amd/acp-pcm-dma.c 	.runtime_suspend = acp_pcm_runtime_suspend,
runtime_suspend   776 sound/soc/amd/raven/acp3x-pcm-dma.c 	.runtime_suspend = acp3x_pcm_runtime_suspend,
runtime_suspend   574 sound/soc/intel/atom/sst/sst.c 	.runtime_suspend = intel_sst_runtime_suspend,
runtime_suspend  1369 sound/soc/intel/haswell/sst-haswell-pcm.c 	.runtime_suspend = hsw_pcm_runtime_suspend,
runtime_suspend   335 sound/soc/mediatek/common/mtk-afe-fe-dai.c 	afe->runtime_suspend(dev);
runtime_suspend    69 sound/soc/mediatek/common/mtk-base-afe.h 	int (*runtime_suspend)(struct device *dev);
runtime_suspend  1407 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 	afe->runtime_suspend = mt2701_afe_runtime_suspend;
runtime_suspend   847 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c 	afe->runtime_suspend = mt6797_afe_runtime_suspend;
runtime_suspend  1139 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c 	afe->runtime_suspend = mt8173_afe_runtime_suspend;
runtime_suspend  1211 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c 	afe->runtime_suspend = mt8183_afe_runtime_suspend;
runtime_suspend    96 sound/soc/sof/intel/apl.c 	.runtime_suspend	= hda_dsp_runtime_suspend,
runtime_suspend   254 sound/soc/sof/intel/cnl.c 	.runtime_suspend	= hda_dsp_runtime_suspend,
runtime_suspend   285 sound/soc/sof/intel/hda-dsp.c static int hda_suspend(struct snd_sof_dev *sdev, bool runtime_suspend)
runtime_suspend   298 sound/soc/sof/intel/hda-dsp.c 	if (runtime_suspend)
runtime_suspend   167 sound/soc/sof/ops.h 	if (sof_ops(sdev)->runtime_suspend)
runtime_suspend   168 sound/soc/sof/ops.h 		return sof_ops(sdev)->runtime_suspend(sdev);
runtime_suspend   732 sound/soc/sof/pcm.c 	if (!sof_ops(sdev)->runtime_suspend || !sof_ops(sdev)->runtime_resume)
runtime_suspend   343 sound/soc/sof/pm.c static int sof_suspend(struct device *dev, bool runtime_suspend)
runtime_suspend   359 sound/soc/sof/pm.c 	if (!runtime_suspend) {
runtime_suspend   371 sound/soc/sof/pm.c 	if (runtime_suspend)
runtime_suspend   399 sound/soc/sof/pm.c 	if (runtime_suspend)
runtime_suspend   176 sound/soc/sof/sof-priv.h 	int (*runtime_suspend)(struct snd_sof_dev *sof_dev); /* optional */
runtime_suspend  1334 sound/soc/sunxi/sun4i-i2s.c 	.runtime_suspend	= sun4i_i2s_runtime_suspend,