Searched +full:trustability +full:- +full:hsc +full:- +full:series (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Honeywell TruStability HSC and SSC pressure sensor series10 support for Honeywell TruStability HSC and SSC digital pressure sensor11 series.17 The vendor calls them "HSC series" and "SSC series". All of them have an23 pressure-triplet (directly extracted from the part number) or in case it's27 by the sensor. pmin-pascal and pmax-pascal corespond to the minimum and30 Please note that in case of an SPI-based sensor, the clock signal should not[all …]
1 # SPDX-License-Identifier: GPL-2.0-only20 tristate "ROHM BM1390GLV-Z pressure sensor driver"26 Support for the ROHM BM1390 pressure sensor. The BM1390GLV-Z45 will be called bmp280 and you will also get bmp280-i2c for I2C46 and/or bmp280-spi for SPI support.76 Say yes here to build support for the All Sensors DLH series104 will be called hid-sensor-press.118 tristate "Honeywell HSC/SSC TruStability pressure sensor series"125 Say Y here to build support for the Honeywell TruStability126 HSC and SSC pressure and temperature sensor series.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Honeywell TruStability HSC Series pressure/temperature sensor7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…36 * HSC_PRESSURE_TRIPLET_LEN - length for the string that defines the38 * Consult honeywell,pressure-triplet in the bindings file for details.51 * function A: 10% - 90% of 2^1452 * function B: 5% - 95% of 2^1453 * function C: 5% - 85% of 2^1454 * function F: 4% - 94% of 2^14140 * struct hsc_range_config - list of pressure ranges based on nomenclature[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Honeywell TruStability HSC Series pressure/temperature sensor7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co…8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co…25 struct spi_device *spi = to_spi_device(data->dev); in hsc_spi_recv()28 return spi_read(spi, data->buffer, HSC_REG_MEASUREMENT_RD_SIZE); in hsc_spi_recv()33 return hsc_common_probe(&spi->dev, hsc_spi_recv); in hsc_spi_probe()59 MODULE_DESCRIPTION("Honeywell HSC and SSC pressure sensor spi driver");
1 // SPDX-License-Identifier: GPL-2.0-only3 * Honeywell TruStability HSC Series pressure/temperature sensor7 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…8 …-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/co…25 struct i2c_client *client = to_i2c_client(data->dev); in hsc_i2c_recv()31 msg.addr = client->addr; in hsc_i2c_recv()32 msg.flags = client->flags | I2C_M_RD; in hsc_i2c_recv()34 msg.buf = data->buffer; in hsc_i2c_recv()36 ret = i2c_transfer(client->adapter, &msg, 1); in hsc_i2c_recv()43 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in hsc_i2c_probe()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * Honeywell TruStability HSC Series pressure/temperature sensor