| /linux/drivers/acpi/ |
| A D | acpi_lpss.c | 492 {"808622C1", "7", "80860F14", "3", DL_FLAG_PM_RUNTIME}, 494 {"808622C1", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME}, 496 {"80860F41", "1", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME, 499 {"80860F41", "5", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME}, 501 {"80860F41", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
|
| /linux/drivers/base/ |
| A D | core.c | 458 return sysfs_emit(buf, "%d\n", !!(link->flags & DL_FLAG_PM_RUNTIME)); in runtime_pm_show() 627 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE) 700 if (flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) { in device_link_add() 754 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 755 if (!(link->flags & DL_FLAG_PM_RUNTIME)) { in device_link_add() 757 link->flags |= DL_FLAG_PM_RUNTIME; in device_link_add() 829 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 847 flags & DL_FLAG_PM_RUNTIME) in device_link_add() 876 if ((flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) && !link) in device_link_add() 1563 DL_FLAG_PM_RUNTIME)
|
| /linux/drivers/thunderbolt/ |
| A D | acpi.c | 79 DL_FLAG_PM_RUNTIME); in tb_acpi_add_link()
|
| A D | tb.c | 1627 DL_FLAG_PM_RUNTIME); in tb_apple_add_links()
|
| /linux/drivers/platform/surface/ |
| A D | surface_acpi_notify.c | 87 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER; in san_client_link() 764 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER; in san_consumer_setup()
|
| /linux/drivers/base/power/ |
| A D | runtime.c | 294 if (!(link->flags & DL_FLAG_PM_RUNTIME)) in rpm_get_suppliers() 1709 if (link->flags & DL_FLAG_PM_RUNTIME) { in pm_runtime_get_suppliers() 1771 if (!(link->flags & DL_FLAG_PM_RUNTIME)) in pm_runtime_drop_link()
|
| /linux/drivers/gpu/drm/panfrost/ |
| A D | panfrost_device.c | 181 pfdev->pm_domain_devs[i], DL_FLAG_PM_RUNTIME | in panfrost_pm_domain_init()
|
| /linux/sound/soc/sof/imx/ |
| A D | imx8.c | 256 DL_FLAG_PM_RUNTIME | in imx8_probe()
|
| /linux/drivers/pci/controller/dwc/ |
| A D | pci-imx6.c | 344 DL_FLAG_PM_RUNTIME | in imx6_pcie_attach_pd() 357 DL_FLAG_PM_RUNTIME | in imx6_pcie_attach_pd()
|
| /linux/drivers/platform/surface/aggregator/ |
| A D | core.c | 128 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER; in ssam_client_link()
|
| /linux/Documentation/driver-api/ |
| A D | device_link.rst | 40 ``DL_FLAG_PM_RUNTIME`` flag on addition of the device link, the PM core 83 shutdown ordering) and ``DL_FLAG_PM_RUNTIME`` to express that runtime PM
|
| /linux/drivers/memory/ |
| A D | mtk-smi.c | 393 DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS); in mtk_smi_device_link_common()
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| A D | qcom_iommu.c | 525 link = device_link_add(dev, qcom_iommu->dev, DL_FLAG_PM_RUNTIME); in qcom_iommu_probe_device()
|
| /linux/include/linux/ |
| A D | device.h | 322 #define DL_FLAG_PM_RUNTIME BIT(2) macro
|
| /linux/drivers/iommu/ |
| A D | apple-dart.c | 558 DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER); in apple_dart_probe_device()
|
| A D | mtk_iommu.c | 871 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in mtk_iommu_probe()
|
| A D | exynos-iommu.c | 1239 DL_FLAG_PM_RUNTIME); in exynos_iommu_probe_device()
|
| A D | rockchip-iommu.c | 1147 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in rk_iommu_probe_device()
|
| /linux/drivers/remoteproc/ |
| A D | imx_dsp_rproc.c | 863 DL_FLAG_PM_RUNTIME); in imx_dsp_attach_pm_domains()
|
| /linux/drivers/media/platform/qcom/camss/ |
| A D | camss.c | 1264 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME | in camss_configure_pd()
|
| A D | camss-vfe-4-7.c | 1132 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE); in vfe_pm_domain_on()
|
| A D | camss-vfe-4-8.c | 1117 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE); in vfe_pm_domain_on()
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | pm_helpers.c | 890 DL_FLAG_PM_RUNTIME | in vcodec_domains_get()
|
| /linux/sound/soc/codecs/ |
| A D | wcd938x.c | 4358 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind() 4364 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind() 4370 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind()
|
| /linux/drivers/pinctrl/ |
| A D | core.c | 1230 DL_FLAG_PM_RUNTIME | in pinctrl_link_add()
|