Lines Matching refs:_sensor
176 #define to_thermocouple(_sensor) \ argument
177 container_of(_sensor, struct ltc2983_thermocouple, sensor)
179 #define to_rtd(_sensor) \ argument
180 container_of(_sensor, struct ltc2983_rtd, sensor)
182 #define to_thermistor(_sensor) \ argument
183 container_of(_sensor, struct ltc2983_thermistor, sensor)
185 #define to_diode(_sensor) \ argument
186 container_of(_sensor, struct ltc2983_diode, sensor)
188 #define to_rsense(_sensor) \ argument
189 container_of(_sensor, struct ltc2983_rsense, sensor)
191 #define to_adc(_sensor) \ argument
192 container_of(_sensor, struct ltc2983_adc, sensor)