remove_sensor     331 drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor      76 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor     144 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor      67 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor     197 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor     228 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor     277 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 	.remove_sensor = ti_thermal_remove_sensor,
remove_sensor    1037 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (bgp->conf->remove_sensor)
remove_sensor    1038 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			bgp->conf->remove_sensor(bgp, i);
remove_sensor    1068 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (bgp->conf->remove_sensor)
remove_sensor    1069 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			bgp->conf->remove_sensor(bgp, i);
remove_sensor     323 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int (*remove_sensor)(struct ti_bandgap *bgp, int id);