Searched full:adxl367 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/accel/ |
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-v6.1/drivers/iio/accel/ |
D | adxl367_i2c.c | 12 #include "adxl367.h" 65 { "adxl367", 0 }, 71 { .compatible = "adi,adxl367" }, 89 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer I2C driver");
|
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");
|
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
|
D | Makefile | 18 obj-$(CONFIG_ADXL367) += adxl367.o
|
D | adxl367.c | 21 #include "adxl367.h" 1519 indio_dev->name = "adxl367"; in adxl367_probe() 1571 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer driver");
|
/Linux-v6.1/ |
D | MAINTAINERS | 617 ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 622 F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml 623 F: drivers/iio/accel/adxl367*
|