Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c77 .register_cooling = ti_thermal_register_cpu_cooling,
208 .register_cooling = ti_thermal_register_cpu_cooling,
239 .register_cooling = ti_thermal_register_cpu_cooling,
Domap3-thermal-data.c85 .register_cooling = NULL,
153 .register_cooling = NULL,
Domap5-thermal-data.c284 .register_cooling = ti_thermal_register_cpu_cooling,
Dti-bandgap.h239 int (*register_cooling)(struct ti_bandgap *bgp, int id); member
Ddra752-thermal-data.c337 .register_cooling = ti_thermal_register_cpu_cooling,
Dti-bandgap.c1010 if (bgp->conf->sensors[i].register_cooling) { in ti_bandgap_probe()
1011 ret = bgp->conf->sensors[i].register_cooling(bgp, i); in ti_bandgap_probe()