Searched refs:adis16480 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iio/imu/ |
| H A D | adis16480.c | 172 struct adis16480 { struct 199 struct adis16480 *adis16480 = file->private_data; in adis16480_show_firmware_revision() local 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() local 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() 253 struct adis16480 *adis16480 = arg; in adis16480_show_serial_number() local 257 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_SERIAL_NUM, in adis16480_show_serial_number() 271 struct adis16480 *adis16480 = arg; in adis16480_show_product_id() local 275 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_PROD_ID, in adis16480_show_product_id() [all …]
|
| H A D | Makefile | 10 obj-$(CONFIG_ADIS16480) += adis16480.o
|
| /linux/Documentation/iio/ |
| H A D | adis16480.rst | 56 The following tables show the adis16480 related device files, found in the 191 The following table shows the adis16480 related device debug files, found in the 222 The adis16480 driver offers data for 7 types of channels, the table below shows
|