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