Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c85 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
216 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
247 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Domap3-thermal-data.c94 .unregister_cooling = NULL,
162 .unregister_cooling = NULL,
Dti-bandgap.c1045 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1046 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1049 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1050 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1079 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove()
1080 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_remove()
Domap5-thermal-data.c294 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Dti-bandgap.h246 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
Ddra752-thermal-data.c347 .unregister_cooling = ti_thermal_unregister_cpu_cooling,