Lines Matching defs:cpu_np
234 struct device_node *cpu_np;
239 cpu_np = of_cpu_device_node_get(cpu);
240 if (!cpu_np)
243 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain",
246 of_node_put(cpu_np);
283 struct device_node *cpu_np;
297 cpu_np = of_cpu_device_node_get(policy->cpu);
298 if (!cpu_np)
301 ret = of_parse_phandle_with_args(cpu_np, "qcom,freq-domain",
303 of_node_put(cpu_np);