Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/temperature/
Dltc2983.c188 #define to_thermocouple(_sensor) \ argument
191 #define to_rtd(_sensor) \ argument
194 #define to_thermistor(_sensor) \ argument
197 #define to_diode(_sensor) \ argument
200 #define to_rsense(_sensor) \ argument
203 #define to_adc(_sensor) \ argument
206 #define to_temp(_sensor) \ argument
/kernel/linux/linux-5.10/drivers/iio/temperature/
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
/kernel/linux/linux-5.10/drivers/thermal/
Drockchip_thermal.c1093 static int rockchip_thermal_set_trips(void *_sensor, int low, int high) in rockchip_thermal_set_trips()
1106 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp()
Darmada_thermal.c423 static int armada_get_temp(void *_sensor, int *temp) in armada_get_temp()
/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dtsens.c523 static int tsens_set_trips(void *_sensor, int low, int high) in tsens_set_trips()