Home
last modified time | relevance | path

Searched defs:_sensor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dltc2983.c172 #define to_thermocouple(_sensor) \ argument
175 #define to_rtd(_sensor) \ argument
178 #define to_thermistor(_sensor) \ argument
181 #define to_diode(_sensor) \ argument
184 #define to_rsense(_sensor) \ argument
187 #define to_adc(_sensor) \ argument
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c711 static int virtual_thermal_set_trips(void *_sensor, int low, int high) in virtual_thermal_set_trips()
716 static int virtual_thermal_get_temp(void *_sensor, int *out_temp) in virtual_thermal_get_temp()
H A Drockchip_thermal.c2092 static int rockchip_thermal_set_trips(void *_sensor, int low, int high) in rockchip_thermal_set_trips()
2107 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp()
H A Darmada_thermal.c423 static int armada_get_temp(void *_sensor, int *temp) in armada_get_temp()
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens.c523 static int tsens_set_trips(void *_sensor, int low, int high) in tsens_set_trips()