Searched defs:ad7606_state (Results 1 – 1 of 1) sorted by relevance
30 struct ad7606_state { struct31 struct device *dev;32 const struct ad7606_chip_info *chip_info;33 struct regulator *reg;34 struct work_struct poll_work;35 wait_queue_head_t wq_data_avail;36 const struct ad7606_bus_ops *bops;37 unsigned int range;38 unsigned int oversampling;39 bool done;[all …]