Searched refs:_sensor (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/iio/temperature/ |
D | ltc2983.c | 188 #define to_thermocouple(_sensor) \ argument 189 container_of(_sensor, struct ltc2983_thermocouple, sensor) 191 #define to_rtd(_sensor) \ argument 192 container_of(_sensor, struct ltc2983_rtd, sensor) 194 #define to_thermistor(_sensor) \ argument 195 container_of(_sensor, struct ltc2983_thermistor, sensor) 197 #define to_diode(_sensor) \ argument 198 container_of(_sensor, struct ltc2983_diode, sensor) 200 #define to_rsense(_sensor) \ argument 201 container_of(_sensor, struct ltc2983_rsense, sensor) [all …]
|