Home
last modified time | relevance | path

Searched +full:adis16495 +full:- +full:1 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/imu/
Dadi,adis16480.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandru Tachici <alexandru.tachici@analog.com>
15 - adi,adis16375
16 - adi,adis16480
17 - adi,adis16485
18 - adi,adis16488
19 - adi,adis16490
20 - adi,adis16495-1
[all …]
/linux-6.12.1/drivers/iio/imu/
Dadis16480.c1 // SPDX-License-Identifier: GPL-2.0-only
116 ADIS16480_REG((page) + 1, (x) - 60 + 8))
123 #define ADIS16480_DRDY_SEL_MSK GENMASK(1, 0)
199 struct adis16480 *adis16480 = file->private_data; in adis16480_show_firmware_revision()
205 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_REV, &rev); in adis16480_show_firmware_revision()
224 struct adis16480 *adis16480 = file->private_data; in adis16480_show_firmware_date()
230 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_Y, &year); in adis16480_show_firmware_date()
234 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_DM, &md); in adis16480_show_firmware_date()
238 len = snprintf(buf, sizeof(buf), "%.2x-%.2x-%.4x\n", in adis16480_show_firmware_date()
257 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_SERIAL_NUM, in adis16480_show_serial_number()
[all …]
/linux-6.12.1/Documentation/iio/
Dadis16480.rst1 .. SPDX-License-Identifier: GPL-2.0
9 1. Supported devices
17 * `ADIS16495 <https://www.analog.com/ADIS16495>`_
58 +------------------------------------------+-------------------------------------------------------…
59 | 3-Axis Magnetometer related device files | Description …
60 +------------------------------------------+-------------------------------------------------------…
62 +------------------------------------------+-------------------------------------------------------…
63 | in_magn_x_calibbias | Calibration offset for the X-axis magnetometer channel…
64 +------------------------------------------+-------------------------------------------------------…
65 | in_magn_x_filter_low_pass_3db_frequency | Bandwidth for the X-axis magnetometer channel. …
[all …]