Home
last modified time | relevance | path

Searched +full:ae +full:- +full:bst (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/iio/accel/
Dbosch,bma400.yaml1 # 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 …]
/Linux-v6.6/Documentation/devicetree/bindings/iio/magnetometer/
Dbosch,bmc150_magn.yaml1 # 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 …]
/Linux-v6.6/drivers/iio/chemical/
Dbme680_core.c1 // 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 …]