Searched full:adxl380 (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | adi,adxl380.yaml | 4 $id: http://devicetree.org/schemas/iio/accel/adi,adxl380.yaml# 7 title: Analog Devices ADXL380/382 3-Axis Digital Accelerometer 14 The ADXL380/ADXL382 is a low noise density, low power, 3-axis 15 accelerometer with selectable measurement ranges. The ADXL380 19 https://www.analog.com/en/products/adxl380.html 24 - adi,adxl380 66 compatible = "adi,adxl380"; 83 compatible = "adi,adxl380";
|
/linux/drivers/iio/accel/ |
H A D | adxl380_spi.c | 3 * ADXL380 3-Axis Digital Accelerometer SPI driver 13 #include "adxl380.h" 38 { "adxl380", (kernel_ulong_t)&adxl380_chip_info }, 45 { .compatible = "adi,adxl380", .data = &adxl380_chip_info }, 64 MODULE_DESCRIPTION("Analog Devices ADXL380 3-axis accelerometer SPI driver");
|
H A D | adxl380_i2c.c | 3 * ADXL380 3-Axis Digital Accelerometer I2C driver 13 #include "adxl380.h" 36 { "adxl380", (kernel_ulong_t)&adxl380_chip_info }, 43 { .compatible = "adi,adxl380", .data = &adxl380_chip_info }, 62 MODULE_DESCRIPTION("Analog Devices ADXL380 3-axis accelerometer I2C driver");
|
H A D | Kconfig | 180 config ADXL380 config 186 tristate "Analog Devices ADXL380 3-Axis Accelerometer SPI Driver" 188 select ADXL380 191 Say yes here to add support for the Analog Devices ADXL380 triaxial 197 tristate "Analog Devices ADXL380 3-Axis Accelerometer I2C Driver" 199 select ADXL380 202 Say yes here to add support for the Analog Devices ADXL380 triaxial
|
H A D | adxl380.h | 3 * ADXL380 3-Axis Digital Accelerometer
|
H A D | Makefile | 24 obj-$(CONFIG_ADXL380) += adxl380.o
|
H A D | adxl380.c | 3 * ADXL380 3-Axis Digital Accelerometer core driver 26 #include "adxl380.h" 182 .name = "adxl380", 1791 /* Bit to differentiate between ADXL380/382. */ in adxl380_setup() 1898 MODULE_DESCRIPTION("Analog Devices ADXL380 3-axis accelerometer driver");
|
H A D | adxl345_core.c | 415 * Note: the scaling is similar to the scaling in the ADXL380 in adxl345_set_tap_duration() 429 * Note: the scaling is similar to the scaling in the ADXL380 in adxl345_set_tap_window() 443 * Note: the scaling is similar to the scaling in the ADXL380 in adxl345_set_tap_latent()
|
/linux/Documentation/iio/ |
H A D | adxl380.rst | 4 ADXL380 driver 7 This driver supports Analog Device's ADXL380/382 on SPI/I2C bus. 12 * `ADXL380 <https://www.analog.com/ADXL380>`_ 15 The ADXL380/ADXL382 is a low noise density, low power, 3-axis accelerometer with 16 selectable measurement ranges. The ADXL380 supports the ±4 g, ±8 g, and ±16 g 34 The following tables show the adxl380 related device files, found in the 97 The ADXL380 driver offers data for 2 types of channels, the table below shows
|
H A D | index.rst | 35 adxl380
|
/linux/ |
H A D | MAINTAINERS | 642 ADXL380 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 647 F: Documentation/devicetree/bindings/iio/accel/adi,adxl380.yaml 648 F: drivers/iio/accel/adxl380.c 649 F: drivers/iio/accel/adxl380.h
|