Searched +full:adis16475 +full:- +full:3 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/imu/ |
D | adi,adis16475.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/imu/adi,adis16475.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices ADIS16475 and similar IMUs 10 - Nuno Sá <nuno.sa@analog.com> 13 Analog Devices ADIS16475 and similar IMUs 14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16475.pdf 19 - adi,adis16475-1 20 - adi,adis16475-2 [all …]
|
/linux-6.12.1/drivers/iio/imu/ |
D | adis16475.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ADIS16475 IMU driver 86 #define ADIS16575_WM_POL_MASK BIT(3) 119 #define ADIS16475_NEEDS_BURST_REQUEST BIT(3) 134 struct adis16475 { struct 171 struct adis16475 *st = file->private_data; in adis16475_show_firmware_revision() 177 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_REV, &rev); in adis16475_show_firmware_revision() 197 struct adis16475 *st = file->private_data; in adis16475_show_firmware_date() 203 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_Y, &year); in adis16475_show_firmware_date() 207 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_DM, &md); in adis16475_show_firmware_date() [all …]
|
/linux-6.12.1/Documentation/iio/ |
D | adis16475.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ADIS16475 driver 15 * `ADIS16475 <https://www.analog.com/ADIS16475>`_ 59 The following tables show the adis16475 related device files, found in the 62 +-------------------------------------------+------------------------------------------------------… 63 | 3-Axis Accelerometer related device files | Description … 64 +-------------------------------------------+------------------------------------------------------… 66 +-------------------------------------------+------------------------------------------------------… 67 | in_accel_x_calibbias | Calibration offset for the X-axis accelerometer chann… 68 +-------------------------------------------+------------------------------------------------------… [all …]
|
D | adxl380.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 The ADXL380/ADXL382 is a low noise density, low power, 3-axis accelerometer with 37 +---------------------------------------------------+----------------------------------------------… 38 | 3-Axis Accelerometer related device files | Description … 39 +---------------------------------------------------+----------------------------------------------… 41 +---------------------------------------------------+----------------------------------------------… 43 +---------------------------------------------------+----------------------------------------------… 45 +---------------------------------------------------+----------------------------------------------… 47 +---------------------------------------------------+----------------------------------------------… 49 +---------------------------------------------------+----------------------------------------------… [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 70 3C59X NETWORK DRIVER 74 F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst 75 F: drivers/net/ethernet/3com/3c59x.c [all …]
|