Searched +full:ae +full:- +full:bst (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/magnetometer/ |
| D | bmc150_magn.txt | 3 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf 7 - compatible : should be one of: 12 - reg : the I2C address of the magnetometer 16 - interrupts : interrupt mapping for GPIO IRQ 23 interrupt-parent = <&gpio1>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/accel/ |
| D | bma180.txt | 5 http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf 9 - compatible : should be one of: 16 - reg : the I2C address of the sensor 17 - vdd-supply : regulator phandle connected to the VDD pin 18 - vddio-supply : regulator phandle connected to the VDDIO pin 22 - interrupts : interrupt mapping for GPIO IRQ, it should by configured with 33 interrupt-parent = <&gpio6>;
|
| D | bosch,bma400.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dan Robertson <dan@dlrobertson.com> 16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf 21 - bosch,bma400 26 vdd-supply: 29 vddio-supply: 36 - compatible 37 - reg [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/accel/ |
| D | bosch,bma400.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dan Robertson <dan@dlrobertson.com> 16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf 21 - bosch,bma400 26 vdd-supply: 29 vddio-supply: 36 - compatible 37 - reg [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/magnetometer/ |
| D | bosch,bmc150_magn.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Cameron <jic23@kernel.org> 17 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf 25 - bosch,bmc150_magn 26 - bosch,bmc156_magn 27 - bosch,bmm150 28 - bosch,bmm150_magn 33 vdd-supply: true [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | bmp280-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP180-DS000-121.pdf 13 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-12.pdf 14 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf 158 struct device *dev = data->dev; in bmp280_read_calib() 163 ret = regmap_bulk_read(data->regmap, BMP280_REG_COMP_TEMP_START, in bmp280_read_calib() 166 dev_err(data->dev, in bmp280_read_calib() 174 calib->T1 = le16_to_cpu(t_buf[T1]); in bmp280_read_calib() 175 calib->T2 = le16_to_cpu(t_buf[T2]); in bmp280_read_calib() 176 calib->T3 = le16_to_cpu(t_buf[T3]); in bmp280_read_calib() [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | bme680_core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Bosch BME680 - Temperature, Pressure, Humidity & Gas Sensor 5 * Copyright (C) 2017 - 2018 Bosch Sensortec GmbH 9 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf 111 struct device *dev = regmap_get_device(data->regmap); in bme680_read_calib() 117 ret = regmap_bulk_read(data->regmap, BME680_T1_LSB_REG, in bme680_read_calib() 123 calib->par_t1 = le16_to_cpu(buf); in bme680_read_calib() 125 ret = regmap_bulk_read(data->regmap, BME680_T2_LSB_REG, in bme680_read_calib() 131 calib->par_t2 = le16_to_cpu(buf); in bme680_read_calib() 133 ret = regmap_read(data->regmap, BME680_T3_REG, &tmp); in bme680_read_calib() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| D | bme680_core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Bosch BME680 - Temperature, Pressure, Humidity & Gas Sensor 5 * Copyright (C) 2017 - 2018 Bosch Sensortec GmbH 9 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf 114 struct device *dev = regmap_get_device(data->regmap); in bme680_read_calib() 120 ret = regmap_bulk_read(data->regmap, BME680_T1_LSB_REG, in bme680_read_calib() 126 calib->par_t1 = le16_to_cpu(buf); in bme680_read_calib() 128 ret = regmap_bulk_read(data->regmap, BME680_T2_LSB_REG, in bme680_read_calib() 134 calib->par_t2 = le16_to_cpu(buf); in bme680_read_calib() 136 ret = regmap_read(data->regmap, BME680_T3_REG, &tmp); in bme680_read_calib() [all …]
|