Home
last modified time | relevance | path

Searched refs:of_cpu_device_node_get (Results 1 – 24 of 24) sorted by relevance

/linux-6.14.4/drivers/of/
Dcpu.c140 struct device_node *of_cpu_device_node_get(int cpu) in of_cpu_device_node_get() function
148 EXPORT_SYMBOL(of_cpu_device_node_get);
165 np = of_cpu_device_node_get(cpu); in of_cpu_node_to_id()
Dbase.c2009 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu); in of_find_last_cache_level()
/linux-6.14.4/drivers/cpuidle/
Ddt_idle_states.c112 cpu_node = of_cpu_device_node_get(cpu); in idle_state_valid()
168 cpu_node = of_cpu_device_node_get(cpumask_first(cpumask)); in dt_init_idle_driver()
Dcpuidle-psci.c306 cpu_node = of_cpu_device_node_get(cpu); in psci_cpu_init_idle()
333 cpu_node = of_cpu_device_node_get(cpu); in psci_idle_init_cpu()
Dcpuidle-qcom-spm.c94 cpu_node = of_cpu_device_node_get(cpu); in spm_cpuidle_register()
Dcpuidle-riscv-sbi.c244 struct device_node *cpu_node __free(device_node) = of_cpu_device_node_get(cpu); in sbi_cpuidle_dt_init_states()
512 struct device_node *np __free(device_node) = of_cpu_device_node_get(cpu); in sbi_cpuidle_probe()
/linux-6.14.4/arch/arm/kernel/
Dcpuidle.c135 struct device_node *cpu_node = of_cpu_device_node_get(cpu); in arm_cpuidle_init()
/linux-6.14.4/drivers/cpufreq/
Dtegra20-cpufreq.c25 struct device_node *np = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
Dcpufreq-dt-platdev.c205 struct device_node *np __free(device_node) = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
Dspear-cpufreq.c178 np = of_cpu_device_node_get(0); in spear_cpufreq_probe()
Dkirkwood-cpufreq.c113 np = of_cpu_device_node_get(0); in kirkwood_cpufreq_probe()
Dtegra124-cpufreq.c55 struct device_node *np __free(device_node) = of_cpu_device_node_get(0); in tegra124_cpufreq_probe()
Dqcom-cpufreq-hw.c310 cpu_np = of_cpu_device_node_get(cpu); in qcom_get_related_cpus()
529 cpu_np = of_cpu_device_node_get(policy->cpu); in qcom_cpufreq_hw_cpu_init()
Dpmac32-cpufreq.c622 cpunode = of_cpu_device_node_get(0); in pmac_cpufreq_setup()
Dpmac64-cpufreq.c653 cpunode = of_cpu_device_node_get(0); in g5_cpufreq_init()
/linux-6.14.4/arch/riscv/kernel/
Dcpufeature.c674 node = of_cpu_device_node_get(cpu); in riscv_fill_hwcap_from_isa_string()
811 cpu_node = of_cpu_device_node_get(cpu); in has_thead_homogeneous_vlenb()
849 cpu_node = of_cpu_device_node_get(cpu); in riscv_fill_hwcap_from_ext_list()
Dcacheinfo.c107 np = of_cpu_device_node_get(cpu); in populate_cache_leaves()
/linux-6.14.4/drivers/thermal/
Dcpuidle_cooling.c249 cpu_node = of_cpu_device_node_get(cpu); in cpuidle_cooling_register()
/linux-6.14.4/arch/arm/mach-sunxi/
Dmc_smp.c93 node = of_cpu_device_node_get(cpu); in sunxi_core_is_cortex_a15()
791 node = of_cpu_device_node_get(0); in sunxi_mc_smp_init()
/linux-6.14.4/drivers/base/
Dcacheinfo.c208 struct device_node *np __free(device_node) = of_cpu_device_node_get(cpu); in cache_setup_of_node()
280 struct device_node *np __free(device_node) = of_cpu_device_node_get(cpu); in init_of_cache_level()
/linux-6.14.4/drivers/soc/qcom/
Dspm.c396 cpu_node = of_cpu_device_node_get(cpu); in spm_get_cpu()
/linux-6.14.4/include/linux/
Dof.h361 extern struct device_node *of_cpu_device_node_get(int cpu);
655 static inline struct device_node *of_cpu_device_node_get(int cpu) in of_cpu_device_node_get() function
Dcpufreq.h1112 struct device_node *cpu_np __free(device_node) = of_cpu_device_node_get(cpu); in parse_perf_domain()
/linux-6.14.4/drivers/opp/
Dof.c1329 cpu_np = of_cpu_device_node_get(cpu); in dev_pm_opp_of_get_sharing_cpus()