Lines Matching refs:_sensor
188 #define to_thermocouple(_sensor) \
189 container_of(_sensor, struct ltc2983_thermocouple, sensor)
191 #define to_rtd(_sensor) \
192 container_of(_sensor, struct ltc2983_rtd, sensor)
194 #define to_thermistor(_sensor) \
195 container_of(_sensor, struct ltc2983_thermistor, sensor)
197 #define to_diode(_sensor) \
198 container_of(_sensor, struct ltc2983_diode, sensor)
200 #define to_rsense(_sensor) \
201 container_of(_sensor, struct ltc2983_rsense, sensor)
203 #define to_adc(_sensor) \
204 container_of(_sensor, struct ltc2983_adc, sensor)
206 #define to_temp(_sensor) \
207 container_of(_sensor, struct ltc2983_temp, sensor)