Home
last modified time | relevance | path

Searched full:smi330 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/iio/imu/smi330/
H A DKconfig3 # SMI330 IMU driver
6 config SMI330 config
12 tristate "Bosch SMI330 I2C driver"
14 select SMI330
17 Enable support for the Bosch SMI330 6-Axis IMU connected to I2C
24 tristate "Bosch SMI330 SPI driver"
26 select SMI330
29 Enable support for the Bosch SMI330 6-Axis IMU connected to SPI
H A Dsmi330_i2c.c10 #include "smi330.h"
32 * SMI330 I2C read frame: in smi330_regmap_i2c_read()
69 * SMI330 I2C write frame: in smi330_regmap_i2c_write()
106 { .name = "smi330" },
112 { .compatible = "bosch,smi330" },
131 MODULE_DESCRIPTION("Bosch SMI330 I2C driver");
H A Dsmi330_spi.c10 #include "smi330.h"
58 { .name = "smi330" },
64 { .compatible = "bosch,smi330" },
83 MODULE_DESCRIPTION("Bosch SMI330 SPI driver");
H A DMakefile3 # Makefile for Bosch SMI330 IMU
H A Dsmi330_core.c21 #include "smi330.h"
867 indio_dev->name = "smi330"; in smi330_core_probe()
917 MODULE_DESCRIPTION("Bosch SMI330 IMU driver");
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dbosch,smi330.yaml4 $id: http://devicetree.org/schemas/iio/imu/bosch,smi330.yaml#
7 title: Bosch SMI330 6-Axis IMU
13 SMI330 is a 6-axis inertial measurement unit that supports acceleration and
19 const: bosch,smi330
66 compatible = "bosch,smi330";
83 compatible = "bosch,smi330";
/linux/drivers/iio/imu/
H A DMakefile35 obj-y += smi330/
H A DKconfig128 source "drivers/iio/imu/smi330/Kconfig"