Searched refs:remove_sensor (Results 1 – 6 of 6) sorted by relevance
/drivers/thermal/ti-soc-thermal/ |
D | omap4-thermal-data.c | 80 .remove_sensor = ti_thermal_remove_sensor, 219 .remove_sensor = ti_thermal_remove_sensor, 252 .remove_sensor = ti_thermal_remove_sensor,
|
D | omap3-thermal-data.c | 87 .remove_sensor = ti_thermal_remove_sensor, 160 .remove_sensor = ti_thermal_remove_sensor,
|
D | ti-bandgap.c | 1427 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()
|
D | ti-bandgap.h | 376 int (*remove_sensor)(struct ti_bandgap *bgp, int id); member
|
D | omap5-thermal-data.c | 330 .remove_sensor = ti_thermal_remove_sensor,
|
D | dra752-thermal-data.c | 431 .remove_sensor = ti_thermal_remove_sensor,
|