Lines Matching refs:_sensor
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)
206 #define to_adc(_sensor) \ argument
207 container_of(_sensor, struct ltc2983_adc, sensor)
209 #define to_temp(_sensor) \ argument
210 container_of(_sensor, struct ltc2983_temp, sensor)