Searched refs:of_cpu_device_node_get (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/of/
H A Dcpu.c132 * of_cpu_device_node_get: Get the CPU device_node for a given logical CPU number
140 struct device_node *of_cpu_device_node_get(int cpu) function
148 EXPORT_SYMBOL(of_cpu_device_node_get); variable
165 np = of_cpu_device_node_get(cpu);
H A Dbase.c1974 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu);
/linux-master/arch/arm/kernel/
H A Dcpuidle.c135 struct device_node *cpu_node = of_cpu_device_node_get(cpu);
/linux-master/drivers/cpuidle/
H A Ddt_idle_states.c112 cpu_node = of_cpu_device_node_get(cpu);
168 cpu_node = of_cpu_device_node_get(cpumask_first(cpumask));
H A Dcpuidle-qcom-spm.c94 cpu_node = of_cpu_device_node_get(cpu);
H A Dcpuidle-psci.c299 cpu_node = of_cpu_device_node_get(cpu);
325 cpu_node = of_cpu_device_node_get(cpu);
H A Dcpuidle-riscv-sbi.c243 cpu_node = of_cpu_device_node_get(cpu);
518 np = of_cpu_device_node_get(cpu);
/linux-master/drivers/cpufreq/
H A Dtegra20-cpufreq.c25 struct device_node *np = of_cpu_device_node_get(0);
H A Dcpufreq-dt-platdev.c198 struct device_node *np = of_cpu_device_node_get(0);
H A Dmaple-cpufreq.c175 cpunode = of_cpu_device_node_get(0);
H A Dspear-cpufreq.c179 np = of_cpu_device_node_get(0);
H A Dtegra124-cpufreq.c69 np = of_cpu_device_node_get(0);
H A Dkirkwood-cpufreq.c113 np = of_cpu_device_node_get(0);
H A Dqcom-cpufreq-hw.c308 cpu_np = of_cpu_device_node_get(cpu);
528 cpu_np = of_cpu_device_node_get(policy->cpu);
H A Dpmac64-cpufreq.c653 cpunode = of_cpu_device_node_get(0);
H A Dpmac32-cpufreq.c622 cpunode = of_cpu_device_node_get(0);
/linux-master/arch/riscv/kernel/
H A Dcacheinfo.c78 struct device_node *np = of_cpu_device_node_get(cpu);
H A Dcpufeature.c505 node = of_cpu_device_node_get(cpu);
582 cpu_node = of_cpu_device_node_get(cpu);
/linux-master/drivers/thermal/
H A Dcpuidle_cooling.c249 cpu_node = of_cpu_device_node_get(cpu);
/linux-master/arch/arm/mach-sunxi/
H A Dmc_smp.c93 node = of_cpu_device_node_get(cpu);
95 /* In case of_cpu_device_node_get fails */
791 node = of_cpu_device_node_get(0);
/linux-master/drivers/base/
H A Dcacheinfo.c209 np = of_cpu_device_node_get(cpu);
290 struct device_node *np = of_cpu_device_node_get(cpu);
/linux-master/drivers/soc/qcom/
H A Dspm.c396 cpu_node = of_cpu_device_node_get(cpu);
/linux-master/include/linux/
H A Dof.h357 extern struct device_node *of_cpu_device_node_get(int cpu);
648 static inline struct device_node *of_cpu_device_node_get(int cpu) function
H A Dcpufreq.h1109 cpu_np = of_cpu_device_node_get(cpu);
/linux-master/drivers/opp/
H A Dof.c1360 cpu_np = of_cpu_device_node_get(cpu);

Completed in 203 milliseconds