register_cooling  337 drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 		.register_cooling = ti_thermal_register_cpu_cooling,
register_cooling   85 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 		.register_cooling = NULL,
register_cooling  153 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 		.register_cooling = NULL,
register_cooling   75 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.register_cooling = ti_thermal_register_cpu_cooling,
register_cooling  206 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.register_cooling = ti_thermal_register_cpu_cooling,
register_cooling  237 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 		.register_cooling = ti_thermal_register_cpu_cooling,
register_cooling  284 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 		.register_cooling = ti_thermal_register_cpu_cooling,
register_cooling 1000 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (bgp->conf->sensors[i].register_cooling) {
register_cooling 1001 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			ret = bgp->conf->sensors[i].register_cooling(bgp, i);
register_cooling  231 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*register_cooling)(struct ti_bandgap *bgp, int id);