Home
last modified time | relevance | path

Searched defs:max1363_state (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/iio/adc/
Dmax1363.c165 struct max1363_state { struct
166 struct i2c_client *client;
167 u8 setupbyte;
168 u8 configbyte;
169 const struct max1363_chip_info *chip_info;
170 const struct max1363_mode *current_mode;
171 u32 requestedmask;
172 struct regulator *reg;
173 struct mutex lock;
177 bool monitor_on;
[all …]