Symbol: DL_FLAG_PM_RUNTIME
drivers/acpi/x86/lpss.c
508
{"808622C1", "7", "80860F14", "3", DL_FLAG_PM_RUNTIME},
drivers/acpi/x86/lpss.c
510
{"808622C1", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
drivers/acpi/x86/lpss.c
512
{"80860F41", "1", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME,
drivers/acpi/x86/lpss.c
515
{"80860F41", "5", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
drivers/acpi/x86/lpss.c
517
{"80860F41", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
drivers/ata/libata-scsi.c
1161
DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE);
drivers/base/core.c
1719
DL_FLAG_PM_RUNTIME)
drivers/base/core.c
552
return sysfs_emit(buf, "%d\n", device_link_test(link, DL_FLAG_PM_RUNTIME));
drivers/base/core.c
739
DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE)
drivers/base/core.c
813
if (flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) {
drivers/base/core.c
871
if (flags & DL_FLAG_PM_RUNTIME) {
drivers/base/core.c
872
if (!device_link_test(link, DL_FLAG_PM_RUNTIME)) {
drivers/base/core.c
874
link->flags |= DL_FLAG_PM_RUNTIME;
drivers/base/core.c
946
if (flags & DL_FLAG_PM_RUNTIME) {
drivers/base/core.c
964
flags & DL_FLAG_PM_RUNTIME)
drivers/base/core.c
993
if ((flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) && !link)
drivers/base/power/common.c
205
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME;
drivers/base/power/main.c
2162
if (!device_link_test(link, DL_FLAG_PM_RUNTIME))
drivers/base/power/runtime.c
1914
if (device_link_test(link, DL_FLAG_PM_RUNTIME)) {
drivers/base/power/runtime.c
1968
if (!device_link_test(link, DL_FLAG_PM_RUNTIME))
drivers/base/power/runtime.c
305
if (!device_link_test(link, DL_FLAG_PM_RUNTIME))
drivers/clk/imx/clk-imx8-acm.c
295
DL_FLAG_PM_RUNTIME |
drivers/dma/fsl-edma-main.c
674
DL_FLAG_PM_RUNTIME |
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
1732
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
drivers/gpu/drm/imagination/pvr_power.c
678
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2241
if (!device_link_add(gmu->dev, gmu->cxpd, DL_FLAG_PM_RUNTIME)) {
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2427
link = device_link_add(gmu->dev, gmu->cxpd, DL_FLAG_PM_RUNTIME);
drivers/gpu/drm/panfrost/panfrost_device.c
199
pfdev->pm_domain_devs[i], DL_FLAG_PM_RUNTIME |
drivers/gpu/drm/sysfb/simpledrm.c
533
DL_FLAG_PM_RUNTIME |
drivers/iommu/apple-dart.c
755
DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER);
drivers/iommu/arm/arm-smmu/arm-smmu.c
1495
DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER);
drivers/iommu/arm/arm-smmu/qcom_iommu.c
539
link = device_link_add(dev, qcom_iommu->dev, DL_FLAG_PM_RUNTIME);
drivers/iommu/exynos-iommu.c
1419
DL_FLAG_PM_RUNTIME);
drivers/iommu/mtk_iommu.c
1275
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
drivers/iommu/mtk_iommu.c
918
DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS);
drivers/iommu/mtk_iommu_v1.c
510
DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS);
drivers/iommu/rockchip-iommu.c
1155
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
drivers/iommu/vsi-iommu.c
623
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
drivers/irqchip/irq-imx-mu-msi.c
352
DL_FLAG_PM_RUNTIME |
drivers/irqchip/irq-imx-mu-msi.c
362
DL_FLAG_PM_RUNTIME |
drivers/media/i2c/cvs/core.c
814
DL_FLAG_PM_RUNTIME |
drivers/media/pci/intel/ipu-bridge.c
629
device_link_add(&vcm_client->dev, data->sensor, DL_FLAG_PM_RUNTIME);
drivers/media/pci/intel/ivsc/mei_ace.c
415
ace->csi_link = device_link_add(csi_dev, dev, DL_FLAG_PM_RUNTIME |
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
2885
DL_FLAG_PM_RUNTIME);
drivers/media/platform/qcom/camss/camss-vfe.c
901
DL_FLAG_PM_RUNTIME |
drivers/media/platform/qcom/camss/camss.c
5296
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME |
drivers/memory/mtk-smi.c
611
DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS);
drivers/net/phy/phy_device.c
1888
DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS);
drivers/nvme/host/apple.c
1433
DL_FLAG_PM_RUNTIME |
drivers/pci/controller/dwc/pci-imx6.c
658
DL_FLAG_PM_RUNTIME |
drivers/pci/controller/dwc/pci-imx6.c
671
DL_FLAG_PM_RUNTIME |
drivers/pci/quirks.c
5788
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME))
drivers/pinctrl/core.c
1300
DL_FLAG_PM_RUNTIME |
drivers/platform/surface/aggregator/core.c
132
const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER;
drivers/platform/surface/surface_acpi_notify.c
742
const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER;
drivers/platform/surface/surface_acpi_notify.c
88
const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
2980
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE)) {
drivers/soc/apple/sart.c
240
DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER);
drivers/thunderbolt/acpi.c
63
DL_FLAG_PM_RUNTIME);
drivers/thunderbolt/tb.c
3360
DL_FLAG_PM_RUNTIME);
drivers/ufs/core/ufshcd.c
5382
DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE);
drivers/usb/core/usb-acpi.c
181
DL_FLAG_PM_RUNTIME);
drivers/usb/dwc3/dwc3-google.c
314
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME |
drivers/usb/gadget/udc/tegra-xudc.c
3748
DL_FLAG_PM_RUNTIME |
drivers/usb/gadget/udc/tegra-xudc.c
3756
DL_FLAG_PM_RUNTIME |
drivers/video/fbdev/simplefb.c
515
DL_FLAG_PM_RUNTIME |
sound/soc/apple/mca.c
1075
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME |
sound/soc/apple/mca.c
278
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME |
sound/soc/codecs/pm4125.c
1538
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
sound/soc/codecs/pm4125.c
1546
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
sound/soc/codecs/pm4125.c
1554
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME);
sound/soc/codecs/wcd937x.c
2791
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd937x.c
2798
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd937x.c
2805
DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd938x.c
3366
DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd938x.c
3373
DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd938x.c
3380
DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd939x.c
3351
DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd939x.c
3358
DL_FLAG_PM_RUNTIME)) {
sound/soc/codecs/wcd939x.c
3365
DL_FLAG_PM_RUNTIME)) {