| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/pressure/ |
| D | bmp085.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andreas Klinger <ak@it-klinger.de> 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 18 https://www.bosch-sensortec.com/bst/products/all_products/bme280 19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380 20 https://www.bosch-sensortec.com/bst/products/all_products/bmp580 25 - bosch,bmp085 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/pressure/ |
| D | bmp085.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andreas Klinger <ak@it-klinger.de> 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 18 https://www.bosch-sensortec.com/bst/products/all_products/bme280 23 - bosch,bmp085 24 - bosch,bmp180 25 - bosch,bmp280 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/chemical/ |
| D | bme680.txt | 1 Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors 4 - compatible: must be "bosch,bme680" 9 compatible = "bosch,bme680";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/imu/ |
| D | bosch,bno055.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bno055.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Bosch BNO055 10 - Andrea Merello <andrea.merello@iit.it> 15 https://www.bosch-sensortec.com/products/smart-sensors/bno055/ 20 - bosch,bno055 25 reset-gpios: 32 - compatible [all …]
|
| D | bosch,bmi160.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi160.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Bosch BMI160 10 - Jonathan Cameron <jic23@kernel.org> 15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160 19 const: bosch,bmi160 27 interrupt-names: 29 - INT1 [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/accel/ |
| D | bosch,bmi088.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/accel/bosch,bmi088.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Bosch BMI088 IMU accelerometer part 10 - Mike Looijmans <mike.looijmans@topic.nl> 15 https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf 20 - bosch,bmi085-accel 21 - bosch,bmi088-accel 22 - bosch,bmi090l-accel [all …]
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| D | bma150.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (c) 2011 Bosch Sensortec GmbH 6 * This driver adds support for Bosch Sensortec's digital acceleration 11 * http://www.bosch-sensortec.com/content/language1/downloads/BST-BMA150-DS000-07.pdf 25 #define ABSMIN_ACC_VAL -(ABSMAX_ACC_VAL) 27 /* Each axis is represented by a 2-byte data word */ 83 /* Any-motion interrupt register fields */ 99 /* High-G interrupt register fields */ 111 /* Low-G interrupt register fields */ 131 * are stated and verified by Bosch Sensortec where they are configured [all …]
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | bma150.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (c) 2011 Bosch Sensortec GmbH 6 * This driver adds support for Bosch Sensortec's digital acceleration 11 * http://www.bosch-sensortec.com/content/language1/downloads/BST-BMA150-DS000-07.pdf 25 #define ABSMIN_ACC_VAL -(ABSMAX_ACC_VAL) 27 /* Each axis is represented by a 2-byte data word */ 83 /* Any-motion interrupt register fields */ 99 /* High-G interrupt register fields */ 111 /* Low-G interrupt register fields */ 131 * are stated and verified by Bosch Sensortec where they are configured [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/pressure/ |
| D | bmp280-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 chip_info = device_get_match_data(&client->dev); in bmp280_i2c_probe() 16 chip_info = (const struct bmp280_chip_info *) id->driver_data; in bmp280_i2c_probe() 18 regmap = devm_regmap_init_i2c(client, chip_info->regmap_config); in bmp280_i2c_probe() 20 dev_err(&client->dev, "failed to allocate register map\n"); in bmp280_i2c_probe() 24 return bmp280_common_probe(&client->dev, in bmp280_i2c_probe() 27 id->name, in bmp280_i2c_probe() 28 client->irq); in bmp280_i2c_probe() 32 { .compatible = "bosch,bmp085", .data = &bmp180_chip_info }, 33 { .compatible = "bosch,bmp180", .data = &bmp180_chip_info }, [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 tristate "Bosch Sensortec BMP180/BMP280/BMP380/BMP580 pressure sensor driver" 26 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380 31 will be called bmp280 and you will also get bmp280-i2c for I2C 32 and/or bmp280-spi for SPI support. 90 will be called hid-sensor-press. 104 tristate "InvenSense ICP-101xx pressure and temperature sensor" 108 Say yes here to build support for InvenSense ICP-101xx barometric
|
| /kernel/linux/linux-5.10/drivers/iio/chemical/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 module will be called atlas-ph-sensor. 34 module will be called atlas-ezo-sensor. 37 tristate "Bosch Sensortec BME680 sensor driver" 43 Say yes here to build support for Bosch Sensortec BME680 sensor with 69 tristate "AMS iAQ-Core VOC sensors" 73 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | bmp280-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 switch (id->driver_data) { in bmp280_i2c_probe() 23 return -EINVAL; in bmp280_i2c_probe() 28 dev_err(&client->dev, "failed to allocate register map\n"); in bmp280_i2c_probe() 32 return bmp280_common_probe(&client->dev, in bmp280_i2c_probe() 34 id->driver_data, in bmp280_i2c_probe() 35 id->name, in bmp280_i2c_probe() 36 client->irq); in bmp280_i2c_probe() 40 { .compatible = "bosch,bme280", .data = (void *)BME280_CHIP_ID }, 41 { .compatible = "bosch,bmp280", .data = (void *)BMP280_CHIP_ID }, [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver" 26 Say yes here to build support for Bosch Sensortec BMP180 and BMP280 31 will be called bmp280 and you will also get bmp280-i2c for I2C 32 and/or bmp280-spi for SPI support. 90 will be called hid-sensor-press. 104 tristate "InvenSense ICP-101xx pressure and temperature sensor" 108 Say yes here to build support for InvenSense ICP-101xx barometric 206 - st_pressure (core functions for the driver [it is mandatory]); 207 - st_pressure_i2c (necessary for the I2C devices [optional*]); [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/ |
| D | bosch,bmi160.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi160.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Bosch BMI160 10 - Jonathan Cameron <jic23@kernel.org> 15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160 19 const: bosch,bmi160 27 interrupt-names: 29 - INT1 [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
| D | bmc150_magn_i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips: 4 * - BMC150 5 * - BMC156 6 * - BMM150 27 dev_err(&client->dev, "Failed to initialize i2c regmap\n"); in bmc150_magn_i2c_probe() 32 name = id->name; in bmc150_magn_i2c_probe() 34 return bmc150_magn_probe(&client->dev, regmap, client->irq, name); in bmc150_magn_i2c_probe() 39 return bmc150_magn_remove(&client->dev); in bmc150_magn_i2c_remove() 59 { .compatible = "bosch,bmc150_magn" }, [all …]
|
| D | bmc150_magn_spi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis magnetometer driver support following SPI Bosch-Sensortec chips: 4 * - BMC150 5 * - BMC156 6 * - BMM150 25 dev_err(&spi->dev, "Failed to register spi regmap: %pe\n", in bmc150_magn_spi_probe() 29 return bmc150_magn_probe(&spi->dev, regmap, spi->irq, id->name); in bmc150_magn_spi_probe() 34 bmc150_magn_remove(&spi->dev); in bmc150_magn_spi_remove()
|
| /kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
| D | bmc150_magn_i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips: 4 * - BMC150 5 * - BMC156 6 * - BMM150 27 dev_err(&client->dev, "Failed to initialize i2c regmap\n"); in bmc150_magn_i2c_probe() 32 name = id->name; in bmc150_magn_i2c_probe() 34 return bmc150_magn_probe(&client->dev, regmap, client->irq, name); in bmc150_magn_i2c_probe() 39 bmc150_magn_remove(&client->dev); in bmc150_magn_i2c_remove() 59 { .compatible = "bosch,bmc150_magn" }, [all …]
|
| D | bmc150_magn_spi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis magnetometer driver support following SPI Bosch-Sensortec chips: 4 * - BMC150 5 * - BMC156 6 * - BMM150 25 dev_err(&spi->dev, "Failed to register spi regmap: %pe\n", in bmc150_magn_spi_probe() 29 return bmc150_magn_probe(&spi->dev, regmap, spi->irq, id->name); in bmc150_magn_spi_probe() 34 bmc150_magn_remove(&spi->dev); in bmc150_magn_spi_remove()
|
| /kernel/linux/linux-5.10/drivers/iio/accel/ |
| D | bmc150-accel-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis accelerometer driver supporting following I2C Bosch-Sensortec chips: 4 * - BMC150 5 * - BMI055 6 * - BMA255 7 * - BMA250E 8 * - BMA222E 9 * - BMA280 21 #include "bmc150-accel.h" 29 i2c_check_functionality(client->adapter, I2C_FUNC_I2C) || in bmc150_accel_probe() [all …]
|
| D | bmc150-accel-spi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * 3-axis accelerometer driver supporting SPI Bosch-Sensortec accelerometer chip 14 #include "bmc150-accel.h" 23 dev_err(&spi->dev, "Failed to initialize spi regmap\n"); in bmc150_accel_probe() 27 return bmc150_accel_core_probe(&spi->dev, regmap, spi->irq, id->name, in bmc150_accel_probe() 33 return bmc150_accel_core_remove(&spi->dev); in bmc150_accel_remove()
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 module will be called atlas-ph-sensor. 34 module will be called atlas-ezo-sensor. 37 tristate "Bosch Sensortec BME680 sensor driver" 43 Say yes here to build support for Bosch Sensortec BME680 sensor with 69 tristate "AMS iAQ-Core VOC sensors" 73 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds) 187 tristate "Senseair Sunrise 006-0-0007 CO2 sensor" 191 Say yes here to build support for Senseair Sunrise 006-0-0007 CO2
|
| /kernel/linux/linux-6.6/drivers/iio/accel/ |
| D | bmi088-accel-spi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * 3-axis accelerometer driver supporting following Bosch-Sensortec chips: 4 * - BMI088 6 * Copyright (c) 2018-2020, Topic Embedded Products 14 #include "bmi088-accel.h" 47 regmap = devm_regmap_init(&spi->dev, &bmi088_regmap_bus, in bmi088_accel_probe() 51 dev_err(&spi->dev, "Failed to initialize spi regmap\n"); in bmi088_accel_probe() 55 return bmi088_accel_core_probe(&spi->dev, regmap, spi->irq, in bmi088_accel_probe() 56 id->driver_data); in bmi088_accel_probe() 61 bmi088_accel_core_remove(&spi->dev); in bmi088_accel_remove() [all …]
|
| D | bmc150-accel-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis accelerometer driver supporting many I2C Bosch-Sensortec chips 14 #include "bmc150-accel.h" 24 * The DUAL250E ACPI device for 360° hinges type 2-in-1s with 1 accelerometer 25 * in the display and 1 in the hinge has an ACPI-method (DSM) to tell the 28 * the keyboard being disabled when the 2-in-1 is turned-on or resumed while 29 * fully folded into tablet mode (which gets detected with a HALL-sensor). 30 * If we don't call this then the keyboard won't work even when the 2-in-1 is 31 * changed to be used in laptop mode after the power-on / resume. 40 #define BMC150_DSM_GUID "7681541e-8827-4239-8d9d-36be7fe12542" [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | bma150.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) 2011 Bosch Sensortec GmbH 25 bool any_motion_int; /* Set to enable any-motion interrupt */ 26 bool hg_int; /* Set to enable high-G interrupt */ 27 bool lg_int; /* Set to enable low-G interrupt */ 28 unsigned char any_motion_dur; /* Any-motion duration */ 29 unsigned char any_motion_thres; /* Any-motion threshold */ 30 unsigned char hg_hyst; /* High-G hysterisis */ 31 unsigned char hg_dur; /* High-G duration */ 32 unsigned char hg_thres; /* High-G threshold */ [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bma150.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) 2011 Bosch Sensortec GmbH 25 bool any_motion_int; /* Set to enable any-motion interrupt */ 26 bool hg_int; /* Set to enable high-G interrupt */ 27 bool lg_int; /* Set to enable low-G interrupt */ 28 unsigned char any_motion_dur; /* Any-motion duration */ 29 unsigned char any_motion_thres; /* Any-motion threshold */ 30 unsigned char hg_hyst; /* High-G hysterisis */ 31 unsigned char hg_dur; /* High-G duration */ 32 unsigned char hg_thres; /* High-G threshold */ [all …]
|