Searched +full:orp +full:- +full:sm (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/chemical/ |
| D | atlas,orp-sm.txt | 1 * Atlas Scientific ORP-SM OEM sensor 3 https://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf 7 - compatible: must be "atlas,orp-sm" 8 - reg: the I2C address of the sensor 9 - interrupts: the sole interrupt generated by the device 11 Refer to interrupt-controller/interrupts.txt for generic interrupt client 17 compatible = "atlas,orp-sm"; 19 interrupt-parent = <&gpio1>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/chemical/ |
| D | atlas,sensor.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matt Ranostay <matt.ranostay@konsulko.com> 16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf 17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf 18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf 19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf 20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf 21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/chemical/ |
| D | Kconfig | 8 tristate "Atlas Scientific OEM SM sensors" 16 Atlas Scientific OEM SM sensors: 17 * pH SM sensor 18 * EC SM sensor 19 * ORP SM sensor 22 module will be called atlas-ph-sensor. 57 tristate "AMS iAQ-Core VOC sensors" 61 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
|
| D | atlas-ph-sensor.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * atlas-ph-sensor.c - Support for Atlas Scientific OEM pH-SM sensor 5 * Copyright (C) 2015-2018 Matt Ranostay 81 __be32 buffer[6]; /* 96-bit data + 32-bit pad + 64-bit timestamp */ 111 .scan_index = -1 155 .scan_index = -1 178 struct device *dev = &data->client->dev; in atlas_check_ph_calibration() 182 ret = regmap_read(data->regmap, ATLAS_REG_PH_CALIB_STATUS, &val); in atlas_check_ph_calibration() 205 struct device *dev = &data->client->dev; in atlas_check_ec_calibration() 210 ret = regmap_bulk_read(data->regmap, ATLAS_REG_EC_PROBE, &rval, 2); in atlas_check_ec_calibration() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 tristate "Atlas Scientific OEM SM sensors" 17 Atlas Scientific OEM SM sensors: 18 * pH SM sensor 19 * EC SM sensor 20 * ORP SM sensor 23 module will be called atlas-ph-sensor. 34 module will be called atlas-ezo-sensor. 69 tristate "AMS iAQ-Core VOC sensors" 73 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
|
| D | atlas-sensor.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors 5 * Copyright (C) 2015-2019 Konsulko Group 94 /* 96-bit data + 32-bit pad + 64-bit timestamp */ 108 for (; spec->type != IIO_TIMESTAMP; spec++) in atlas_buffer_num_channels() 135 .scan_index = -1 179 .scan_index = -1 221 .scan_index = -1 243 struct device *dev = &data->client->dev; in atlas_check_ph_calibration() 247 ret = regmap_read(data->regmap, ATLAS_REG_PH_CALIB_STATUS, &val); in atlas_check_ph_calibration() [all …]
|