Searched refs:DL_FLAG_PM_RUNTIME (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/base/ |
| D | core.c | 230 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE) 300 if (flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) { in device_link_add() 336 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 337 if (!(link->flags & DL_FLAG_PM_RUNTIME)) { in device_link_add() 339 link->flags |= DL_FLAG_PM_RUNTIME; in device_link_add() 379 if (flags & DL_FLAG_PM_RUNTIME) { in device_link_add() 406 flags & DL_FLAG_PM_RUNTIME) in device_link_add() 427 if ((flags & DL_FLAG_PM_RUNTIME && flags & DL_FLAG_RPM_ACTIVE) && !link) in device_link_add() 457 if (link->flags & DL_FLAG_PM_RUNTIME) in __device_link_del() 472 if (link->flags & DL_FLAG_PM_RUNTIME) in __device_link_del()
|
| /Linux-v5.4/drivers/acpi/ |
| D | acpi_lpss.c | 476 {"808622C1", "7", "80860F14", "3", DL_FLAG_PM_RUNTIME}, 477 {"808622C1", "7", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME}, 478 {"80860F41", "5", "LNXVIDEO", NULL, DL_FLAG_PM_RUNTIME},
|
| /Linux-v5.4/sound/soc/sof/imx/ |
| D | imx8.c | 228 DL_FLAG_PM_RUNTIME | in imx8_probe()
|
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | pci-imx6.c | 354 DL_FLAG_PM_RUNTIME | in imx6_pcie_attach_pd() 367 DL_FLAG_PM_RUNTIME | in imx6_pcie_attach_pd()
|
| /Linux-v5.4/drivers/base/power/ |
| D | runtime.c | 294 if (!(link->flags & DL_FLAG_PM_RUNTIME) || in rpm_get_suppliers() 1670 if (link->flags & DL_FLAG_PM_RUNTIME) { in pm_runtime_get_suppliers()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-tegra.c | 952 DL_FLAG_PM_RUNTIME | in tegra_xusb_powerdomain_init() 960 DL_FLAG_PM_RUNTIME | in tegra_xusb_powerdomain_init()
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | device_link.rst | 44 ``DL_FLAG_PM_RUNTIME`` flag on addition of the device link, the PM core 87 shutdown ordering) and ``DL_FLAG_PM_RUNTIME`` to express that runtime PM
|
| /Linux-v5.4/drivers/media/platform/qcom/camss/ |
| D | camss.c | 403 DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE); in camss_pm_domain_on()
|
| /Linux-v5.4/drivers/iommu/ |
| D | qcom_iommu.c | 534 link = device_link_add(dev, qcom_iommu->dev, DL_FLAG_PM_RUNTIME); in qcom_iommu_add_device()
|
| D | rockchip-iommu.c | 1073 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME); in rk_iommu_add_device()
|
| D | exynos-iommu.c | 1260 DL_FLAG_PM_RUNTIME); in exynos_iommu_add_device()
|
| D | arm-smmu.c | 1377 DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_SUPPLIER); in arm_smmu_add_device()
|
| /Linux-v5.4/drivers/pinctrl/ |
| D | core.c | 1228 DL_FLAG_PM_RUNTIME | in pinctrl_link_add()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 1086 #define DL_FLAG_PM_RUNTIME BIT(2) macro
|
| /Linux-v5.4/drivers/gpu/drm/tegra/ |
| D | dc.c | 2391 u32 flags = DL_FLAG_PM_RUNTIME | DL_FLAG_AUTOREMOVE_CONSUMER; in tegra_dc_couple()
|
| /Linux-v5.4/drivers/pci/ |
| D | quirks.c | 5066 DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) in pci_create_device_link()
|