Searched refs:_sensor (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/iio/temperature/ |
D | ltc2983.c | 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) [all …]
|
/Linux-v5.15/drivers/thermal/ |
D | rockchip_thermal.c | 1214 static int rockchip_thermal_set_trips(void *_sensor, int low, int high) in rockchip_thermal_set_trips() argument 1216 struct rockchip_thermal_sensor *sensor = _sensor; in rockchip_thermal_set_trips() 1227 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument 1229 struct rockchip_thermal_sensor *sensor = _sensor; in rockchip_thermal_get_temp()
|
D | armada_thermal.c | 423 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()
|
/Linux-v5.15/drivers/thermal/qcom/ |
D | tsens.c | 534 static int tsens_set_trips(void *_sensor, int low, int high) in tsens_set_trips() argument 536 struct tsens_sensor *s = _sensor; in tsens_set_trips()
|