Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c90 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
230 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
263 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Dti-bandgap.c1421 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1422 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1425 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1426 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1454 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove()
1455 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_remove()
Dti-bandgap.h282 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
Domap5-thermal-data.c338 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
Ddra752-thermal-data.c438 .unregister_cooling = ti_thermal_unregister_cpu_cooling,