Home
last modified time | relevance | path

Searched +full:atlas +full:- +full:scientific (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/chemical/ !
Datlas,sensor.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/chemical/atlas,sensor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atlas Scientific OEM + EZO sensors
10 - Matt Ranostay <matt.ranostay@konsulko.com>
13 Atlas Scientific OEM + EZO sensors connected via I2C
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
[all …]
/linux-6.12.1/drivers/iio/chemical/ !
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 tristate "Atlas Scientific OEM SM sensors"
28 Atlas Scientific OEM SM sensors:
34 module will be called atlas-ph-sensor.
37 tristate "Atlas Scientific EZO sensors"
41 Atlas Scientific EZO sensors
45 module will be called atlas-ezo-sensor.
88 Say yes here to build support for ScioSense ENS160 multi-gas sensor.
102 tristate "AMS iAQ-Core VOC sensors"
106 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
[all …]
Datlas-ezo-sensor.c1 // SPDX-License-Identifier: GPL-2.0+
3 * atlas-ezo-sensor.c - Support for Atlas Scientific EZO sensors
20 #define ATLAS_EZO_DRV_NAME "atlas-ezo-sensor"
118 struct i2c_client *client = data->client; in atlas_ezo_read_raw()
120 if (chan->type != IIO_CONCENTRATION) in atlas_ezo_read_raw()
121 return -EINVAL; in atlas_ezo_read_raw()
128 mutex_lock(&data->lock); in atlas_ezo_read_raw()
133 mutex_unlock(&data->lock); in atlas_ezo_read_raw()
137 msleep(data->chip->delay); in atlas_ezo_read_raw()
139 tmp = i2c_master_recv(client, data->buffer, sizeof(data->buffer)); in atlas_ezo_read_raw()
[all …]
Datlas-sensor.c1 // SPDX-License-Identifier: GPL-2.0+
3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors
5 * Copyright (C) 2015-2019 Konsulko Group
28 #define ATLAS_DRV_NAME "atlas"
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()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/ !
Dvendor-prefixes.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
19 "^(at25|bm|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio-key|gpio|gpmc|hdmi|i2c-gpio),.*": true
21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true
22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true
23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true
50 "^active-semi,.*":
[all …]