Home
last modified time | relevance | path

Searched refs:register_cooling (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c89 .register_cooling = ti_thermal_register_cpu_cooling,
229 .register_cooling = ti_thermal_register_cpu_cooling,
262 .register_cooling = ti_thermal_register_cpu_cooling,
Dti-bandgap.h281 int (*register_cooling)(struct ti_bandgap *bgp, int id); member
Domap5-thermal-data.c337 .register_cooling = ti_thermal_register_cpu_cooling,
Ddra752-thermal-data.c437 .register_cooling = ti_thermal_register_cpu_cooling,
Dti-bandgap.c1390 if (bgp->conf->sensors[i].register_cooling) { in ti_bandgap_probe()
1391 ret = bgp->conf->sensors[i].register_cooling(bgp, i); in ti_bandgap_probe()