Lines Matching defs:cdev
50 static struct thermal_cooling_device *cdev[MAX_CLUSTERS];
307 struct device *cdev = get_cpu_device(i);
309 if (!cdev)
312 _put_cluster_clk_and_freq_table(cdev, cpumask);
376 struct device *cdev = get_cpu_device(i);
378 if (!cdev)
381 ret = _get_cluster_clk_and_freq_table(cdev, cpumask);
399 struct device *cdev = get_cpu_device(i);
401 if (!cdev)
404 _put_cluster_clk_and_freq_table(cdev, cpumask);
461 cpufreq_cooling_unregister(cdev[cur_cluster]);
462 cdev[cur_cluster] = NULL;
484 cdev[cur_cluster] = of_cpufreq_cooling_register(policy);