/Linux-v6.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 …]
|
/Linux-v6.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 …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 40 Say Y here to use the PowerOn Key for ST-Ericsson's AB8500 41 Mix-Sig PMIC. 44 will be called ab8500-ponkey. 64 module will be called ad714x-i2c. 74 module will be called ad714x-spi. 85 will be called ariel-pwrbutton. 95 module will be called arizona-haptics. 106 module will be called atc260x-onkey. 137 Say Y here if you have Bosch Sensortec's BMA150 or SMB380 [all …]
|
/Linux-v6.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 …]
|
/Linux-v6.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 …]
|
/Linux-v6.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
|
D | bmp280-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2012 Bosch Sensortec GmbH 9 * Driver for Bosch Sensortec BMP180 and BMP280 digital pressure sensor. 12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf 13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf 14 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf 15 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf 16 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp581-ds004.pdf 20 * - Changed document referral from ANP015 to BST-MPS-AN004-00 on page 26 21 * - Updated equation for B3 param on section 3.5 to ((((long)AC1 * 4 + X3) << oss) + 2) / 4 [all …]
|
/Linux-v6.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()
|
D | bmc150_magn.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Bosch BMC150 three-axis magnetic field sensor driver 7 * This code is based on bmm050_api.c authored by contact@bosch.sensortec.com: 9 * (C) Copyright 2011~2014 Bosch Sensortec GmbH All Rights Reserved 86 #define BMC150_MAGN_XY_OVERFLOW_VAL -4096 87 #define BMC150_MAGN_Z_OVERFLOW_VAL -16384 96 #define BMC150_MAGN_REPXY_TO_REGVAL(rep) (((rep) - 1) / 2) 97 #define BMC150_MAGN_REPZ_TO_REGVAL(rep) ((rep) - 1) 239 ret = regmap_update_bits(data->regmap, BMC150_MAGN_REG_POWER, in bmc150_magn_set_power_mode() 246 return regmap_update_bits(data->regmap, in bmc150_magn_set_power_mode() [all …]
|
/Linux-v6.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
|
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 …]
|
/Linux-v6.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 …]
|
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" 25 dev_err(&spi->dev, "Failed to initialize spi regmap\n"); in bmc150_accel_probe() 30 name = id->name; in bmc150_accel_probe() 31 type = id->driver_data; in bmc150_accel_probe() 34 return bmc150_accel_core_probe(&spi->dev, regmap, spi->irq, type, name, in bmc150_accel_probe() 40 bmc150_accel_core_remove(&spi->dev); in bmc150_accel_remove()
|
D | bmi088-accel-core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * 3-axis accelerometer driver supporting following Bosch-Sensortec chips: 4 * - BMI088 6 * Copyright (c) 2018-2021, Topic Embedded Products 21 #include "bmi088-accel.h" 96 /* Available OSR (over sampling rate) sets the 3dB cut-off frequency */ 137 /* Mark the RESET as volatile too, it is self-clearing */ 160 ret = regmap_write(data->regmap, BMI088_ACCEL_REG_PWR_CTRL, 0x4); in bmi088_accel_power_up() 168 ret = regmap_write(data->regmap, BMI088_ACCEL_REG_PWR_CONF, 0x0); in bmi088_accel_power_up() 183 ret = regmap_write(data->regmap, BMI088_ACCEL_REG_PWR_CONF, 0x3); in bmi088_accel_power_down() [all …]
|
D | bmc150-accel-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * 3-axis accelerometer driver supporting many Bosch-Sensortec chips 26 #include "bmc150-accel.h" 212 struct device *dev = regmap_get_device(data->regmap); in bmc150_accel_set_mode() 216 int dur_val = -1; in bmc150_accel_set_mode() 231 return -EINVAL; in bmc150_accel_set_mode() 238 ret = regmap_write(data->regmap, BMC150_ACCEL_REG_PMU_LPW, lpw_bits); in bmc150_accel_set_mode() 256 ret = regmap_write(data->regmap, in bmc150_accel_set_bw() 262 data->bw_bits = in bmc150_accel_set_bw() 268 return -EINVAL; in bmc150_accel_set_bw() [all …]
|
/Linux-v6.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 …]
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | trivial-devices.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/trivial-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 27 spi-max-frequency: true 31 - enum: 33 - acbel,fsg032 34 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin 35 - ad,ad7414 [all …]
|
D | vendor-prefixes.yaml | 1 # 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 48 "^active-semi,.*": [all …]
|
/Linux-v6.6/drivers/iio/imu/bno055/ |
D | bno055.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * IIO driver for Bosch BNO055 IMU 5 * Copyright (C) 2021-2022 Istituto Italiano di Tecnologia 37 #define BNO055_FW_UID_FMT "bno055-caldata-%*phN.dat" 38 #define BNO055_FW_GENERIC_NAME "bno055-caldata.dat" 67 #define BNO055_SCAN_CH_COUNT ((BNO055_GRAVITY_DATA_Z_LSB_REG - BNO055_ACC_DATA_X_LSB_REG) / 2) 159 …* [0] https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BNO055-Wrong-sensitivity-resolu… 166 * where k is rad-to-deg factor 301 dev_dbg(priv->dev, "Invalid calibration file size %d (expected %d)", in bno055_calibration_load() 303 return -EINVAL; in bno055_calibration_load() [all …]
|
/Linux-v6.6/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|