Lines Matching defs:adc12138
34 adc12138, enumerator
37 struct adc12138 { struct
38 struct spi_device *spi;
39 unsigned int id;
41 struct clk *cclk;
43 struct regulator *vref_p;
45 struct regulator *vref_n;
46 struct mutex lock;
47 struct completion complete;
49 unsigned int acquisition_time;
55 __be16 data[20] __aligned(8);
57 u8 tx_buf[2] ____cacheline_aligned;
58 u8 rx_buf[2];