Home
last modified time | relevance | path

Searched refs:adis16136 (Results 1 – 2 of 2) sorted by relevance

/drivers/iio/gyro/
Dadis16136.c65 struct adis16136 { struct
76 struct adis16136 *adis16136 = file->private_data; in adis16136_show_serial() local
82 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_SERIAL_NUM, in adis16136_show_serial()
87 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT1, &lot1); in adis16136_show_serial()
91 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT2, &lot2); in adis16136_show_serial()
95 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT3, &lot3); in adis16136_show_serial()
114 struct adis16136 *adis16136 = arg; in adis16136_show_product_id() local
118 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_PROD_ID, in adis16136_show_product_id()
132 struct adis16136 *adis16136 = arg; in adis16136_show_flash_count() local
136 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_FLASH_CNT, in adis16136_show_flash_count()
[all …]
DMakefile8 obj-$(CONFIG_ADIS16136) += adis16136.o