| /linux/drivers/acpi/x86/ |
| H A D | lpss.c | 508 {"808622C1", "7", "80860F14", "3", DL_FLAG_PM_RUNTIME}, 510 {"808622C1", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME}, 512 {"80860F41", "1", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME, 515 {"80860F41", "5", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME}, 517 {"80860F41", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_power.c | 668 link = device_link_add(dev, domain_devs[i], DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in pvr_power_domains_init() 682 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in pvr_power_domains_init()
|
| /linux/drivers/base/ |
| H A D | core.c | 479 return sysfs_emit(buf, "%d\n", device_link_test(link, DL_FLAG_PM_RUNTIME)); in runtime_pm_show() 666 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE) 740 if (flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) { in device_link_add() 798 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 799 if (!device_link_test(link, DL_FLAG_PM_RUNTIME)) { in device_link_add() 801 link->flags |= DL_FLAG_PM_RUNTIME; in device_link_add() 873 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 891 flags & DL_FLAG_PM_RUNTIME) in device_link_add() 920 if ((flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) && !link) in device_link_add() 1653 DL_FLAG_PM_RUNTIME)
|
| /linux/drivers/usb/core/ |
| H A D | usb-acpi.c | 181 DL_FLAG_PM_RUNTIME); in usb_acpi_add_usb4_devlink()
|
| /linux/drivers/base/power/ |
| H A D | common.c | 205 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME; in dev_pm_domain_attach_list()
|
| H A D | runtime.c | 305 if (!device_link_test(link, DL_FLAG_PM_RUNTIME)) in rpm_get_suppliers() 1914 if (device_link_test(link, DL_FLAG_PM_RUNTIME)) { in pm_runtime_get_suppliers() 1968 if (!device_link_test(link, DL_FLAG_PM_RUNTIME)) in pm_runtime_drop_link()
|
| /linux/drivers/platform/surface/ |
| H A D | surface_acpi_notify.c | 88 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER; in san_client_link() 742 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER; in san_consumer_setup()
|
| /linux/drivers/soc/apple/ |
| H A D | sart.c | 240 DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER); in devm_apple_sart_get()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1543 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in pm4125_bind() 1551 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in pm4125_bind() 1559 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in pm4125_bind()
|
| H A D | wcd937x.c | 2772 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { in wcd937x_bind() 2779 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { in wcd937x_bind() 2786 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { in wcd937x_bind()
|
| H A D | wcd938x.c | 3371 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind() 3378 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind() 3385 DL_FLAG_PM_RUNTIME)) { in wcd938x_bind()
|
| H A D | wcd939x.c | 3356 DL_FLAG_PM_RUNTIME)) { in wcd939x_bind() 3363 DL_FLAG_PM_RUNTIME)) { in wcd939x_bind() 3370 DL_FLAG_PM_RUNTIME)) { in wcd939x_bind()
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | core.c | 132 const u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER; in ssam_client_link()
|
| /linux/Documentation/driver-api/ |
| H 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/video/fbdev/ |
| H A D | simplefb.c | 515 DL_FLAG_PM_RUNTIME | in simplefb_attach_genpds()
|
| /linux/drivers/iommu/ |
| H A D | mtk_iommu_v1.c | 510 DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS); in mtk_iommu_v1_probe_device()
|
| H A D | mtk_iommu.c | 918 DL_FLAG_PM_RUNTIME | DL_FLAG_STATELESS); in mtk_iommu_probe_device() 1275 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in mtk_iommu_mm_dts_parse()
|
| H A D | rockchip-iommu.c | 1147 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in rk_iommu_probe_device()
|
| H A D | apple-dart.c | 755 DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER); in apple_dart_probe_device()
|
| H A D | exynos-iommu.c | 1419 DL_FLAG_PM_RUNTIME); in exynos_iommu_probe_device()
|
| /linux/include/linux/ |
| H A D | device.h | 327 #define DL_FLAG_PM_RUNTIME BIT(2) macro
|
| /linux/drivers/media/pci/intel/ |
| H A D | ipu-bridge.c | 604 device_link_add(&vcm_client->dev, data->sensor, DL_FLAG_PM_RUNTIME); in ipu_bridge_instantiate_vcm_work()
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | qcom_iommu.c | 539 link = device_link_add(dev, qcom_iommu->dev, DL_FLAG_PM_RUNTIME); in qcom_iommu_probe_device()
|
| /linux/drivers/dma/ |
| H A D | fsl-edma-main.c | 674 DL_FLAG_PM_RUNTIME | in fsl_edma3_attach_pd()
|
| /linux/drivers/pinctrl/ |
| H A D | core.c | 1256 DL_FLAG_PM_RUNTIME | in pinctrl_link_add()
|