Lines Matching refs:_sensor
172 #define to_thermocouple(_sensor) \ argument
173 container_of(_sensor, struct ltc2983_thermocouple, sensor)
175 #define to_rtd(_sensor) \ argument
176 container_of(_sensor, struct ltc2983_rtd, sensor)
178 #define to_thermistor(_sensor) \ argument
179 container_of(_sensor, struct ltc2983_thermistor, sensor)
181 #define to_diode(_sensor) \ argument
182 container_of(_sensor, struct ltc2983_diode, sensor)
184 #define to_rsense(_sensor) \ argument
185 container_of(_sensor, struct ltc2983_rsense, sensor)
187 #define to_adc(_sensor) \ argument
188 container_of(_sensor, struct ltc2983_adc, sensor)