Searched refs:remove_sensor (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/thermal/ti-soc-thermal/ | 
| D | omap4-thermal-data.c | 69 	.remove_sensor = ti_thermal_remove_sensor,199 	.remove_sensor = ti_thermal_remove_sensor,
 230 	.remove_sensor = ti_thermal_remove_sensor,
 
 | 
| D | omap3-thermal-data.c | 76 	.remove_sensor = ti_thermal_remove_sensor,144 	.remove_sensor = ti_thermal_remove_sensor,
 
 | 
| D | ti-bandgap.c | 1053 		if (bgp->conf->remove_sensor)  in ti_bandgap_probe()1054 			bgp->conf->remove_sensor(bgp, i);  in ti_bandgap_probe()
 1085 		if (bgp->conf->remove_sensor)  in ti_bandgap_remove()
 1086 			bgp->conf->remove_sensor(bgp, i);  in ti_bandgap_remove()
 
 | 
| D | omap5-thermal-data.c | 277 	.remove_sensor = ti_thermal_remove_sensor,
 | 
| D | ti-bandgap.h | 333 	int (*remove_sensor)(struct ti_bandgap *bgp, int id);  member
 | 
| D | dra752-thermal-data.c | 331 	.remove_sensor = ti_thermal_remove_sensor,
 |