Home
last modified time | relevance | path

Searched full:bmi160 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/iio/imu/bmi160/
H A DKconfig3 # BMI160 IMU driver
6 config BMI160 config
12 tristate "Bosch BMI160 I2C driver"
14 select BMI160
17 If you say yes here you get support for BMI160 IMU on I2C with
24 tristate "Bosch BMI160 SPI driver"
26 select BMI160
29 If you say yes here you get support for BMI160 IMU on SPI with
H A Dbmi160_i2c.c3 * BMI160 - Bosch IMU, I2C bits
16 #include "bmi160.h"
41 { "bmi160" },
50 * ID "10EC5280" for bmi160 in their DSDT. A fixed firmware is not
64 { .compatible = "bosch,bmi160" },
81 MODULE_DESCRIPTION("BMI160 I2C driver");
H A Dbmi160_spi.c3 * BMI160 - Bosch IMU, SPI bits
13 #include "bmi160.h"
38 {"bmi160", 0},
52 { .compatible = "bosch,bmi160" },
69 MODULE_DESCRIPTION("Bosch BMI160 SPI driver");
H A Dbmi160_core.c3 * BMI160 - Bosch IMU (accel, gyro plus external magnetometer)
8 * IIO core driver for BMI160, with support for I2C/SPI busses
26 #include "bmi160.h"
796 irq_type, "bmi160", data->trig); in bmi160_probe_trigger()
894 MODULE_DESCRIPTION("Bosch BMI160 driver");
H A DMakefile3 # Makefile for Bosch BMI160 IMU
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dbosch,bmi160.yaml4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi160.yaml#
7 title: Bosch BMI160
15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
20 - const: bosch,bmi160
23 - const: bosch,bmi160
71 bmi160@68 {
72 compatible = "bosch,bmi160";
91 bmi160@0 {
92 compatible = "bosch,bmi160";
/linux/drivers/iio/imu/bmi270/
H A Dbmi270_core.c18 /* Checked to prevent sending incompatible firmware to BMI160 devices */
562 * Some manufacturers use "BMI0160" for both the BMI160 and in bmi270_validate_chip_id()
563 * BMI260. If the device is actually a BMI160, the bmi160 in bmi270_validate_chip_id()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-longcheer-l8910.dts167 compatible = "bosch,bmi160";
H A Dmsm8939-longcheer-l9100.dts215 compatible = "bosch,bmi160";
/linux/drivers/iio/imu/bno055/
H A Dbno055.c12 * This driver is also based on BMI160 driver, which is: