Searched defs:cci_dev (Results 1 – 1 of 1) sorted by relevance
39 struct cci_dev { struct40 struct platform_device *pdev;41 struct i2c_adapter adap;42 unsigned int id;43 spinlock_t slock;44 int irq;45 int use_cnt;46 wait_queue_head_t wait;48 void __iomem *base;50 struct list_head cci_list;[all …]