Searched full:adxl372 (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/accel/ |
| H A D | adi,adxl372.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/adi,adxl372.yaml# 7 title: Analog Devices ADXL371/ADXL372 3-Axis, +/-(200g) Digital Accelerometer 15 Analog Devices ADXL371/ADXL372 3-Axis, +/-(200g) Digital Accelerometer that 18 https://www.analog.com/en/products/adxl372.html 24 - adi,adxl372 51 compatible = "adi,adxl372"; 64 compatible = "adi,adxl372";
|
| /linux/drivers/iio/accel/ |
| H A D | adxl372_spi.c | 3 * ADXL371/ADXL372 3-Axis Digital Accelerometer SPI driver 12 #include "adxl372.h" 38 { .name = "adxl372", .driver_data = (kernel_ulong_t)&adxl372_chip_info }, 45 { .compatible = "adi,adxl372", .data = &adxl372_chip_info }, 63 MODULE_DESCRIPTION("Analog Devices ADXL371/ADXL372 3-axis accelerometer SPI driver");
|
| H A D | adxl372_i2c.c | 3 * ADXL371/ADXL372 3-Axis Digital Accelerometer I2C driver 12 #include "adxl372.h" 47 { .name = "adxl372", .driver_data = (kernel_ulong_t)&adxl372_chip_info }, 54 { .compatible = "adi,adxl372", .data = &adxl372_chip_info }, 72 MODULE_DESCRIPTION("Analog Devices ADXL371/ADXL372 3-axis accelerometer I2C driver");
|
| H A D | Kconfig | 155 config ADXL372 config 161 tristate "Analog Devices ADXL371/ADXL372 3-Axis Accelerometer SPI Driver" 163 select ADXL372 166 Say yes here to add support for the Analog Devices ADXL371/ADXL372 172 tristate "Analog Devices ADXL371/ADXL372 3-Axis Accelerometer I2C Driver" 174 select ADXL372 177 Say yes here to add support for the Analog Devices ADXL371/ADXL372
|
| H A D | adxl372.h | 3 * ADXL371/ADXL372 3-Axis Digital Accelerometer
|
| H A D | Makefile | 21 obj-$(CONFIG_ADXL372) += adxl372.o
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-accel-adxl372 | 1 What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak" 5 The adxl372 accelerometer kernel module provides an additional trigger,
|
| /linux/ |
| H A D | MAINTAINERS | 649 ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 656 F: Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml 657 F: drivers/iio/accel/adxl372.c
|