Searched refs:register_cooling (Results 1 – 6 of 6) sorted by relevance
84 .register_cooling = ti_thermal_register_cpu_cooling,215 .register_cooling = ti_thermal_register_cpu_cooling,246 .register_cooling = ti_thermal_register_cpu_cooling,
93 .register_cooling = NULL,161 .register_cooling = NULL,
293 .register_cooling = ti_thermal_register_cpu_cooling,
245 int (*register_cooling)(struct ti_bandgap *bgp, int id); member
346 .register_cooling = ti_thermal_register_cpu_cooling,
1014 if (bgp->conf->sensors[i].register_cooling) { in ti_bandgap_probe()1015 ret = bgp->conf->sensors[i].register_cooling(bgp, i); in ti_bandgap_probe()