Searched full:adxl367 (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | adi,adxl367.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/adi,adxl367.yaml# 7 title: Analog Devices ADXL367 3-Axis Digital Accelerometer 13 The ADXL367 is an ultralow power, 3-axis MEMS accelerometer. 15 The ADXL367 does not alias input signals by to achieve ultralow power 20 In addition to its ultralow power consumption, the ADXL367 25 https://www.analog.com/en/products/adxl367.html 30 - adi,adxl367 60 compatible = "adi,adxl367"; 74 compatible = "adi,adxl367";
|
/linux/drivers/iio/accel/ |
H A D | adxl367_i2c.c | 12 #include "adxl367.h" 64 { "adxl367" }, 70 { .compatible = "adi,adxl367" }, 88 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer I2C driver");
|
H A D | adxl367_spi.c | 14 #include "adxl367.h" 141 { "adxl367", 0 }, 147 { .compatible = "adi,adxl367" }, 165 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer SPI driver");
|
H A D | Kconfig | 126 config ADXL367 config 132 tristate "Analog Devices ADXL367 3-Axis Accelerometer SPI Driver" 134 select ADXL367 137 Say yes here to add support for the Analog Devices ADXL367 triaxial 143 tristate "Analog Devices ADXL367 3-Axis Accelerometer I2C Driver" 145 select ADXL367 148 Say yes here to add support for the Analog Devices ADXL367 triaxial
|
H A D | Makefile | 18 obj-$(CONFIG_ADXL367) += adxl367.o
|
H A D | adxl367.c | 21 #include "adxl367.h" 1439 indio_dev->name = "adxl367"; in adxl367_probe() 1481 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer driver");
|
/linux/ |
H A D | MAINTAINERS | 612 ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 617 F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml 618 F: drivers/iio/accel/adxl367*
|