unregister_cooling  338 drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 		.unregister_cooling = ti_thermal_unregister_cpu_cooling,
unregister_cooling   86 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 		.unregister_cooling = NULL,
unregister_cooling  154 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 		.unregister_cooling = NULL,
unregister_cooling   76 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.unregister_cooling = ti_thermal_unregister_cpu_cooling,
unregister_cooling  207 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.unregister_cooling = ti_thermal_unregister_cpu_cooling,
unregister_cooling  238 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.unregister_cooling = ti_thermal_unregister_cpu_cooling,
unregister_cooling  285 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 		.unregister_cooling = ti_thermal_unregister_cpu_cooling,
unregister_cooling 1031 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	if (bgp->conf->sensors[i].unregister_cooling)
unregister_cooling 1032 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		bgp->conf->sensors[i].unregister_cooling(bgp, i);
unregister_cooling 1035 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (bgp->conf->sensors[i].unregister_cooling)
unregister_cooling 1036 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			bgp->conf->sensors[i].unregister_cooling(bgp, i);
unregister_cooling 1065 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (bgp->conf->sensors[i].unregister_cooling)
unregister_cooling 1066 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			bgp->conf->sensors[i].unregister_cooling(bgp, i);
unregister_cooling  232 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*unregister_cooling)(struct ti_bandgap *bgp, int id);