Searched full:subdomain (Results 1 – 16 of 16) sorted by relevance
/linux-6.14.4/drivers/pmdomain/ |
D | core.c | 341 * Also note that link->performance_state (subdomain's performance state in _genpd_reeval_performance_state() 344 * of the devices/sub-domains of the subdomain) and so can have a in _genpd_reeval_performance_state() 844 * (2) When the domain has a subdomain being powered on. in genpd_power_off() 1017 * genpd_power_off_work_fn - Power off PM domain whose subdomain count is 0. 2006 struct generic_pm_domain *subdomain) in genpd_add_subdomain() argument 2011 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain) in genpd_add_subdomain() 2012 || genpd == subdomain) in genpd_add_subdomain() 2017 * context, ensure that the subdomain can also be in genpd_add_subdomain() 2020 if (!genpd_is_irq_safe(genpd) && genpd_is_irq_safe(subdomain)) { in genpd_add_subdomain() 2021 WARN(1, "Parent %s of subdomain %s must be IRQ safe\n", in genpd_add_subdomain() [all …]
|
D | governor.c | 203 * Check if the subdomain is allowed to be off long enough for in __default_power_down_ok() 251 * The difference between the computed minimum subdomain or device off in __default_power_down_ok()
|
/linux-6.14.4/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 27 Definition: The Coherency Subdomain ID Port Mapping Registers and 29 Coherency fabric (CCF), provide a CoreNet Coherency Subdomain
|
D | pamu.txt | 36 The Coherency Subdomain ID Port Mapping Registers and 39 Coherency Subdomain ID/CoreNet Snoop ID to pamu mapping
|
D | ccf.txt | 31 Specifies the number of Coherency Subdomain ID Port Mapping
|
/linux-6.14.4/drivers/pmdomain/samsung/ |
D | exynos-pm-domains.c | 143 pr_warn("%pOF failed to add subdomain: %pOF\n", in exynos_pd_probe() 146 pr_info("%pOF has as child subdomain: %pOF.\n", in exynos_pd_probe()
|
/linux-6.14.4/include/linux/ |
D | pm_domain.h | 281 struct generic_pm_domain *subdomain); 283 struct generic_pm_domain *subdomain); 318 struct generic_pm_domain *subdomain) in pm_genpd_add_subdomain() argument 323 struct generic_pm_domain *subdomain) in pm_genpd_remove_subdomain() argument
|
/linux-6.14.4/Documentation/translations/zh_CN/security/ |
D | lsm.rst | 29 特定的访问控制模型(例如LIDS、DTE、SubDomain)。每个项目都开发并维护了自
|
/linux-6.14.4/drivers/iommu/ |
D | fsl_pamu.c | 582 * Create a coherence subdomain for a given memory block. 654 /* Find an unused coherence subdomain ID */ in create_csd() 855 /* Determine the Port ID for our coherence subdomain */ in fsl_pamu_probe() 866 dev_dbg(dev, "creating coherency subdomain at address %pa, size %zu, port id 0x%08x", in fsl_pamu_probe() 871 dev_err(dev, "could not create coherence subdomain\n"); in fsl_pamu_probe()
|
/linux-6.14.4/Documentation/devicetree/bindings/power/ |
D | renesas,sysc-rmobile.yaml | 92 // domain, which is a subdomain of A4S.
|
/linux-6.14.4/Documentation/security/ |
D | lsm.rst | 24 SubDomain). Each project has developed and maintained its own kernel
|
/linux-6.14.4/drivers/pmdomain/mediatek/ |
D | mtk-scpsys.c | 160 int subdomain; member 1127 pd_data->domains[sd->subdomain]); in scpsys_probe() 1129 dev_err(&pdev->dev, "Failed to add subdomain: %d\n", in scpsys_probe()
|
D | mtk-pm-domains.c | 560 dev_err(scpsys->dev, "failed to add %s subdomain to parent %s\n", in scpsys_add_subdomain() 564 dev_dbg(scpsys->dev, "%s add subdomain: %s\n", parent_pd->name, in scpsys_add_subdomain()
|
/linux-6.14.4/drivers/pmdomain/renesas/ |
D | rcar-gen4-sysc.c | 370 pr_warn("Failed to add PM subdomain %s to parent %u\n", in rcar_gen4_sysc_pd_init()
|
D | rcar-sysc.c | 430 pr_warn("Failed to add PM subdomain %s to parent %u\n", in rcar_sysc_pd_init()
|
/linux-6.14.4/drivers/pmdomain/rockchip/ |
D | pm-domains.c | 883 dev_err(pmu->dev, "%s failed to add subdomain %s: %d\n", in rockchip_pm_add_subdomain() 887 dev_dbg(pmu->dev, "%s add subdomain: %s\n", in rockchip_pm_add_subdomain() 968 dev_err(dev, "failed to handle subdomain node %pOFn: %d\n", in rockchip_pm_domain_probe()
|