Home
last modified time | relevance | path

Searched full:smi240 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/imu/
H A Dbosch,smi240.yaml4 $id: http://devicetree.org/schemas/iio/imu/bosch,smi240.yaml#
7 title: Bosch smi240 imu
15 https://www.bosch-semiconductors.com/mems-sensors/highly-automated-driving/smi240/
19 const: bosch,smi240
45 compatible = "bosch,smi240";
/linux/drivers/iio/imu/
H A Dsmi240.c204 * SMI240 module consists of a 32Bit Out Of Frame (OOF) in smi240_regmap_spi_read()
577 indio_dev->name = "smi240"; in smi240_probe()
596 { "smi240" },
602 { .compatible = "bosch,smi240" },
612 .name = "smi240",
619 MODULE_DESCRIPTION("Bosch SMI240 SPI driver");
H A DMakefile32 obj-$(CONFIG_SMI240) += smi240.o