Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c78 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
209 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
240 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Domap3-thermal-data.c86 .unregister_cooling = NULL,
154 .unregister_cooling = NULL,
Dti-bandgap.c1047 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1048 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1051 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1052 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1082 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove()
1083 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_remove()
Domap5-thermal-data.c285 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Dti-bandgap.h240 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
Ddra752-thermal-data.c338 .unregister_cooling = ti_thermal_unregister_cpu_cooling,