Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c67 .expose_sensor = ti_thermal_expose_sensor,
197 .expose_sensor = ti_thermal_expose_sensor,
228 .expose_sensor = ti_thermal_expose_sensor,
Domap3-thermal-data.c75 .expose_sensor = ti_thermal_expose_sensor,
143 .expose_sensor = ti_thermal_expose_sensor,
Domap5-thermal-data.c276 .expose_sensor = ti_thermal_expose_sensor,
Dti-bandgap.h330 int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain); member
Ddra752-thermal-data.c330 .expose_sensor = ti_thermal_expose_sensor,
Dti-bandgap.c1011 if (bgp->conf->expose_sensor) { in ti_bandgap_probe()
1013 ret = bgp->conf->expose_sensor(bgp, i, domain); in ti_bandgap_probe()