Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c79 .remove_sensor = ti_thermal_remove_sensor,
218 .remove_sensor = ti_thermal_remove_sensor,
251 .remove_sensor = ti_thermal_remove_sensor,
Dti-bandgap.h373 int (*remove_sensor)(struct ti_bandgap *bgp, int id); member
Domap5-thermal-data.c330 .remove_sensor = ti_thermal_remove_sensor,
Dti-bandgap.c1427 if (bgp->conf->remove_sensor) in ti_bandgap_probe()
1428 bgp->conf->remove_sensor(bgp, i); in ti_bandgap_probe()
1457 if (bgp->conf->remove_sensor) in ti_bandgap_remove()
1458 bgp->conf->remove_sensor(bgp, i); in ti_bandgap_remove()
Ddra752-thermal-data.c431 .remove_sensor = ti_thermal_remove_sensor,