Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A 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()
H A Dbase.c1927 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu); in of_find_last_cache_level()
/openbmc/linux/drivers/cpuidle/
H A 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()
H A Dcpuidle-psci.c299 cpu_node = of_cpu_device_node_get(cpu); in psci_cpu_init_idle()
325 cpu_node = of_cpu_device_node_get(cpu); in psci_idle_init_cpu()
H A Dcpuidle-qcom-spm.c94 cpu_node = of_cpu_device_node_get(cpu); in spm_cpuidle_register()
H A Dcpuidle-riscv-sbi.c274 struct device_node *cpu_node __free(device_node) = of_cpu_device_node_get(cpu); in sbi_cpuidle_dt_init_states()
542 np = of_cpu_device_node_get(cpu); in sbi_cpuidle_probe()
/openbmc/linux/arch/arm/kernel/
H A Dcpuidle.c135 struct device_node *cpu_node = of_cpu_device_node_get(cpu); in arm_cpuidle_init()
/openbmc/linux/drivers/cpufreq/
H A Dtegra20-cpufreq.c25 struct device_node *np = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
H A Dcpufreq-dt-platdev.c190 struct device_node *np = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
H A Dmaple-cpufreq.c175 cpunode = of_cpu_device_node_get(0); in maple_cpufreq_init()
H A Dkirkwood-cpufreq.c113 np = of_cpu_device_node_get(0); in kirkwood_cpufreq_probe()
H A Dspear-cpufreq.c179 np = of_cpu_device_node_get(0); in spear_cpufreq_probe()
H A Dtegra124-cpufreq.c69 np = of_cpu_device_node_get(0); in tegra124_cpufreq_probe()
H A Dqcom-cpufreq-hw.c308 cpu_np = of_cpu_device_node_get(cpu); in qcom_get_related_cpus()
528 cpu_np = of_cpu_device_node_get(policy->cpu); in qcom_cpufreq_hw_cpu_init()
H A Dpmac32-cpufreq.c623 cpunode = of_cpu_device_node_get(0); in pmac_cpufreq_setup()
H A Dpmac64-cpufreq.c653 cpunode = of_cpu_device_node_get(0); in g5_cpufreq_init()
/openbmc/linux/arch/riscv/kernel/
H A Dcacheinfo.c78 struct device_node *np = of_cpu_device_node_get(cpu); in populate_cache_leaves()
H A Dcpufeature.c371 node = of_cpu_device_node_get(cpu); in riscv_fill_hwcap_from_isa_string()
447 cpu_node = of_cpu_device_node_get(cpu); in riscv_fill_hwcap_from_ext_list()
/openbmc/linux/drivers/thermal/
H A Dcpuidle_cooling.c249 cpu_node = of_cpu_device_node_get(cpu); in cpuidle_cooling_register()
/openbmc/linux/arch/arm/mach-sunxi/
H A 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()
/openbmc/linux/drivers/base/
H A Dcacheinfo.c209 np = of_cpu_device_node_get(cpu); in cache_setup_of_node()
290 struct device_node *np = of_cpu_device_node_get(cpu); in init_of_cache_level()
/openbmc/linux/include/linux/
H A Dof.h360 extern struct device_node *of_cpu_device_node_get(int cpu);
640 static inline struct device_node *of_cpu_device_node_get(int cpu) in of_cpu_device_node_get() function
H A Dcpufreq.h1129 struct device_node *cpu_np __free(device_node) = of_cpu_device_node_get(cpu); in parse_perf_domain()
/openbmc/linux/drivers/opp/
H A Dof.c1329 cpu_np = of_cpu_device_node_get(cpu); in dev_pm_opp_of_get_sharing_cpus()