Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_device.h49 static inline struct device_node *of_cpu_device_node_get(int cpu) in of_cpu_device_node_get() function
104 static inline struct device_node *of_cpu_device_node_get(int cpu) in of_cpu_device_node_get() function
/Linux-v5.4/arch/riscv/kernel/
Dcacheinfo.c22 struct device_node *np = of_cpu_device_node_get(cpu); in __init_cache_level()
65 struct device_node *np = of_cpu_device_node_get(cpu); in __populate_cache_leaves()
/Linux-v5.4/drivers/cpuidle/
Ddt_idle_states.c113 cpu_node = of_cpu_device_node_get(cpu); in idle_state_valid()
170 cpu_node = of_cpu_device_node_get(cpumask_first(cpumask)); in dt_init_idle_driver()
Dcpuidle-psci.c128 cpu_node = of_cpu_device_node_get(cpu); in psci_cpu_init_idle()
146 cpu_node = of_cpu_device_node_get(cpu); in psci_idle_init_cpu()
/Linux-v5.4/arch/arm/kernel/
Dcpuidle.c136 struct device_node *cpu_node = of_cpu_device_node_get(cpu); in arm_cpuidle_init()
/Linux-v5.4/drivers/cpufreq/
Dqcom-cpufreq-hw.c159 cpu_np = of_cpu_device_node_get(cpu); in qcom_get_related_cpus()
192 cpu_np = of_cpu_device_node_get(policy->cpu); in qcom_cpufreq_hw_cpu_init()
Dcpufreq-dt-platdev.c146 struct device_node *np = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
Dmaple-cpufreq.c175 cpunode = of_cpu_device_node_get(0); in maple_cpufreq_init()
Dtegra124-cpufreq.c69 np = of_cpu_device_node_get(0); in tegra124_cpufreq_probe()
Dspear-cpufreq.c179 np = of_cpu_device_node_get(0); in spear_cpufreq_probe()
Dkirkwood-cpufreq.c115 np = of_cpu_device_node_get(0); in kirkwood_cpufreq_probe()
Dpmac32-cpufreq.c620 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-v5.4/arch/arm/mach-sunxi/
Dmc_smp.c94 node = of_cpu_device_node_get(cpu); in sunxi_core_is_cortex_a15()
792 node = of_cpu_device_node_get(0); in sunxi_mc_smp_init()
/Linux-v5.4/drivers/soc/qcom/
Dspm.c290 cpu_node = of_cpu_device_node_get(cpu); in spm_get_drv()
/Linux-v5.4/drivers/of/
Dbase.c469 np = of_cpu_device_node_get(cpu); in of_cpu_node_to_id()
2228 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu); in of_find_last_cache_level()
/Linux-v5.4/drivers/opp/
Dof.c939 cpu_np = of_cpu_device_node_get(cpu); in dev_pm_opp_of_get_sharing_cpus()