Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c76 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
207 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
238 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Domap3-thermal-data.c86 .unregister_cooling = NULL,
154 .unregister_cooling = NULL,
Dti-bandgap.c1031 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1032 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1035 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1036 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1065 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove()
1066 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.h232 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
Ddra752-thermal-data.c338 .unregister_cooling = ti_thermal_unregister_cpu_cooling,