Lines Matching defs:cpu_np
303 struct device_node *cpu_np;
308 cpu_np = of_cpu_device_node_get(cpu);
309 if (!cpu_np)
312 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain",
315 of_node_put(cpu_np);
516 struct device_node *cpu_np;
528 cpu_np = of_cpu_device_node_get(policy->cpu);
529 if (!cpu_np)
532 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain",
534 of_node_put(cpu_np);