Home
last modified time | relevance | path

Searched refs:expose_sensor (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c78 .expose_sensor = ti_thermal_expose_sensor,
217 .expose_sensor = ti_thermal_expose_sensor,
250 .expose_sensor = ti_thermal_expose_sensor,
Domap3-thermal-data.c86 .expose_sensor = ti_thermal_expose_sensor,
159 .expose_sensor = ti_thermal_expose_sensor,
Dti-bandgap.h375 int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain); member
Domap5-thermal-data.c329 .expose_sensor = ti_thermal_expose_sensor,
Ddra752-thermal-data.c430 .expose_sensor = ti_thermal_expose_sensor,
Dti-bandgap.c1396 if (bgp->conf->expose_sensor) { in ti_bandgap_probe()
1398 ret = bgp->conf->expose_sensor(bgp, i, domain); in ti_bandgap_probe()