Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c76 .remove_sensor = ti_thermal_remove_sensor,
206 .remove_sensor = ti_thermal_remove_sensor,
237 .remove_sensor = ti_thermal_remove_sensor,
Domap3-thermal-data.c84 .remove_sensor = ti_thermal_remove_sensor,
152 .remove_sensor = ti_thermal_remove_sensor,
Domap5-thermal-data.c286 .remove_sensor = ti_thermal_remove_sensor,
Dti-bandgap.c1051 if (bgp->conf->remove_sensor) in ti_bandgap_probe()
1052 bgp->conf->remove_sensor(bgp, i); in ti_bandgap_probe()
1082 if (bgp->conf->remove_sensor) in ti_bandgap_remove()
1083 bgp->conf->remove_sensor(bgp, i); in ti_bandgap_remove()
Dti-bandgap.h337 int (*remove_sensor)(struct ti_bandgap *bgp, int id); member
Ddra752-thermal-data.c340 .remove_sensor = ti_thermal_remove_sensor,