Home
last modified time | relevance | path

Searched full:adxl367 (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/accel/
H A Dadi,adxl367.yaml4 $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 Dadxl367_i2c.c12 #include "adxl367.h"
64 { "adxl367" },
70 { .compatible = "adi,adxl367" },
88 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer I2C driver");
H A Dadxl367_spi.c14 #include "adxl367.h"
141 { "adxl367", 0 },
147 { .compatible = "adi,adxl367" },
165 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer SPI driver");
H A DKconfig126 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 DMakefile18 obj-$(CONFIG_ADXL367) += adxl367.o
H A Dadxl367.c21 #include "adxl367.h"
1439 indio_dev->name = "adxl367"; in adxl367_probe()
1481 MODULE_DESCRIPTION("Analog Devices ADXL367 3-axis accelerometer driver");
/linux/
H A DMAINTAINERS612 ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
617 F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml
618 F: drivers/iio/accel/adxl367*