Searched +full:sensor +full:- +full:oc +full:- +full:current +full:- +full:microamp (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/ |
| H A D | adi,ltc2983.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices LTC2983 Multi-sensor Temperature system 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System 14 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf 19 - adi,ltc2983 27 adi,mux-delay-config-us: 38 adi,filter-notch-freq: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/temperature/ |
| H A D | ltc2983.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Analog Devices LTC2983 Multi-Sensor Digital Temperature Measurement System 42 (((chan - 1) * 4) + LTC2983_CHAN_ASSIGN_START_REG) 44 (((chan - 1) * 4) + LTC2983_TEMP_RES_START_REG) 173 container_of(_sensor, struct ltc2983_thermocouple, sensor) 176 container_of(_sensor, struct ltc2983_rtd, sensor) 179 container_of(_sensor, struct ltc2983_thermistor, sensor) 182 container_of(_sensor, struct ltc2983_diode, sensor) 185 container_of(_sensor, struct ltc2983_rsense, sensor) 188 container_of(_sensor, struct ltc2983_adc, sensor) [all …]
|