/openbmc/linux/drivers/base/power/ |
H A D | domain.c | 285 * Also note that link->performance_state (subdomain's performance state in _genpd_reeval_performance_state() 288 * of the devices/sub-domains of the subdomain) and so can have a in _genpd_reeval_performance_state() 688 * (2) When the domain has a subdomain being powered on. in genpd_power_off() 861 * genpd_power_off_work_fn - Power off PM domain whose subdomain count is 0. 1844 struct generic_pm_domain *subdomain) in genpd_add_subdomain() argument 1849 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain) in genpd_add_subdomain() 1850 || genpd == subdomain) in genpd_add_subdomain() 1855 * context, ensure that the subdomain can also be in genpd_add_subdomain() 1858 if (!genpd_is_irq_safe(genpd) && genpd_is_irq_safe(subdomain)) { in genpd_add_subdomain() 1859 WARN(1, "Parent %s of subdomain %s must be IRQ safe\n", in genpd_add_subdomain() [all …]
|
H A D | domain_governor.c | 201 * Check if the subdomain is allowed to be off long enough for in __default_power_down_ok() 249 * The difference between the computed minimum subdomain or device off in __default_power_down_ok()
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | cpus.txt | 27 Definition: The Coherency Subdomain ID Port Mapping Registers and 29 Coherency fabric (CCF), provide a CoreNet Coherency Subdomain
|
H A D | pamu.txt | 36 The Coherency Subdomain ID Port Mapping Registers and 39 Coherency Subdomain ID/CoreNet Snoop ID to pamu mapping
|
H A D | ccf.txt | 31 Specifies the number of Coherency Subdomain ID Port Mapping
|
/openbmc/linux/include/linux/ |
H A D | pm_domain.h | 228 struct generic_pm_domain *subdomain); 230 struct generic_pm_domain *subdomain); 262 struct generic_pm_domain *subdomain) in pm_genpd_add_subdomain() argument 267 struct generic_pm_domain *subdomain) in pm_genpd_remove_subdomain() argument
|
/openbmc/linux/drivers/pmdomain/samsung/ |
H A 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()
|
/openbmc/linux/drivers/iommu/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | renesas,sysc-rmobile.yaml | 92 // domain, which is a subdomain of A4S.
|
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
H A D | lighttpd.conf | 266 # %3 => subdomain 1 name 267 # %4 => subdomain 2 name
|
/openbmc/linux/Documentation/security/ |
H A D | lsm.rst | 24 SubDomain). Each project has developed and maintained its own kernel
|
/openbmc/linux/drivers/pmdomain/mediatek/ |
H A D | mtk-scpsys.c | 160 int subdomain; member 1129 pd_data->domains[sd->subdomain]); in scpsys_probe() 1131 dev_err(&pdev->dev, "Failed to add subdomain: %d\n", in scpsys_probe()
|
H A D | mtk-pm-domains.c | 518 dev_err(scpsys->dev, "failed to add %s subdomain to parent %s\n", in scpsys_add_subdomain() 522 dev_dbg(scpsys->dev, "%s add subdomain: %s\n", parent_pd->name, in scpsys_add_subdomain()
|
/openbmc/linux/drivers/pmdomain/renesas/ |
H A D | rcar-gen4-sysc.c | 367 pr_warn("Failed to add PM subdomain %s to parent %u\n", in rcar_gen4_sysc_pd_init()
|
H A D | rcar-sysc.c | 432 pr_warn("Failed to add PM subdomain %s to parent %u\n", in rcar_sysc_pd_init()
|
/openbmc/linux/drivers/pmdomain/rockchip/ |
H A D | pm-domains.c | 835 dev_err(pmu->dev, "%s failed to add subdomain %s: %d\n", in rockchip_pm_add_subdomain() 839 dev_dbg(pmu->dev, "%s add subdomain: %s\n", in rockchip_pm_add_subdomain() 933 dev_err(dev, "failed to handle subdomain node %pOFn: %d\n", in rockchip_pm_domain_probe()
|