Home
last modified time | relevance | path

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

/linux/drivers/iio/gyro/
H A Dadis16136.c60 struct adis16136 { struct
71 struct adis16136 *adis16136 = file->private_data; in adis16136_show_serial() local
77 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_SERIAL_NUM, in adis16136_show_serial()
82 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT1, &lot1); in adis16136_show_serial()
86 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT2, &lot2); in adis16136_show_serial()
90 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_LOT3, &lot3); in adis16136_show_serial()
109 struct adis16136 *adis16136 = arg; in adis16136_show_product_id() local
113 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_PROD_ID, in adis16136_show_product_id()
127 struct adis16136 *adis16136 = arg; in adis16136_show_flash_count() local
131 ret = adis_read_reg_16(&adis16136->adis, ADIS16136_REG_FLASH_CNT, in adis16136_show_flash_count()
[all …]
H A DMakefile9 obj-$(CONFIG_ADIS16136) += adis16136.o