Searched refs:expose_sensor (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/thermal/ti-soc-thermal/ | 
| D | omap4-thermal-data.c | 66 	.expose_sensor = ti_thermal_expose_sensor,196 	.expose_sensor = ti_thermal_expose_sensor,
 227 	.expose_sensor = ti_thermal_expose_sensor,
 
 | 
| D | omap3-thermal-data.c | 75 	.expose_sensor = ti_thermal_expose_sensor,143 	.expose_sensor = ti_thermal_expose_sensor,
 
 | 
| D | omap5-thermal-data.c | 276 	.expose_sensor = ti_thermal_expose_sensor,
 | 
| D | ti-bandgap.h | 322 	int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain);  member
 | 
| D | dra752-thermal-data.c | 330 	.expose_sensor = ti_thermal_expose_sensor,
 | 
| D | ti-bandgap.c | 1006 		if (bgp->conf->expose_sensor) {  in ti_bandgap_probe()1008 			ret = bgp->conf->expose_sensor(bgp, i, domain);  in ti_bandgap_probe()
 
 |