Searched refs:adis16480 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/iio/imu/ |
D | adis16480.c | 166 struct adis16480 { struct 194 struct adis16480 *adis16480 = file->private_data; in adis16480_show_firmware_revision() argument 200 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_REV, &rev); in adis16480_show_firmware_revision() 219 struct adis16480 *adis16480 = file->private_data; in adis16480_show_firmware_date() local 225 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_Y, &year); in adis16480_show_firmware_date() 229 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_DM, &md); in adis16480_show_firmware_date() 248 struct adis16480 *adis16480 = arg; in adis16480_show_serial_number() local 252 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_SERIAL_NUM, in adis16480_show_serial_number() 266 struct adis16480 *adis16480 = arg; in adis16480_show_product_id() local 270 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_PROD_ID, in adis16480_show_product_id() [all …]
|
D | Makefile | 10 obj-$(CONFIG_ADIS16480) += adis16480.o
|