Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Domap4-thermal-data.c77 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
208 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
239 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
H A Domap3-thermal-data.c86 .unregister_cooling = NULL,
154 .unregister_cooling = NULL,
H A Dti-bandgap.c1042 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1043 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1046 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_probe()
1047 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_probe()
1077 if (bgp->conf->sensors[i].unregister_cooling) in ti_bandgap_remove()
1078 bgp->conf->sensors[i].unregister_cooling(bgp, i); in ti_bandgap_remove()
H A Domap5-thermal-data.c285 .unregister_cooling = ti_thermal_unregister_cpu_cooling,
H A Dti-bandgap.h240 int (*unregister_cooling)(struct ti_bandgap *bgp, int id); member
H A Ddra752-thermal-data.c338 .unregister_cooling = ti_thermal_unregister_cpu_cooling,