Home
last modified time | relevance | path

Searched refs:_sensor (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dltc2983.c172 #define to_thermocouple(_sensor) \
173 container_of(_sensor, struct ltc2983_thermocouple, sensor)
175 #define to_rtd(_sensor) \
176 container_of(_sensor, struct ltc2983_rtd, sensor)
178 #define to_thermistor(_sensor) \
179 container_of(_sensor, struct ltc2983_thermistor, sensor)
181 #define to_diode(_sensor) \
182 container_of(_sensor, struct ltc2983_diode, sensor)
184 #define to_rsense(_sensor) \
185 container_of(_sensor, struc
[all...]
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dltc2983.c188 #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, struc
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Drockchip_thermal.c1093 static int rockchip_thermal_set_trips(void *_sensor, int low, int high) in rockchip_thermal_set_trips() argument
1095 struct rockchip_thermal_sensor *sensor = _sensor; in rockchip_thermal_set_trips()
1106 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument
1108 struct rockchip_thermal_sensor *sensor = _sensor; in rockchip_thermal_get_temp()
H A Darmada_thermal.c423 static int armada_get_temp(void *_sensor, int *temp) in armada_get_temp() argument
425 struct armada_thermal_sensor *sensor = _sensor; in armada_get_temp()
/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens.c523 static int tsens_set_trips(void *_sensor, int low, int high) in tsens_set_trips() argument
525 struct tsens_sensor *s = _sensor; in tsens_set_trips()

Completed in 8 milliseconds