Home
last modified time | relevance | path

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

/linux-4.4.14/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,
Domap3-thermal-data.c99 .unregister_cooling = NULL,
172 .unregister_cooling = NULL,
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,