Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance
184 struct exynos5_i2c { struct185 struct i2c_adapter adap;186 unsigned int suspended:1;188 struct i2c_msg *msg;189 struct completion msg_complete;190 unsigned int msg_ptr;192 unsigned int irq;194 void __iomem *regs;195 struct clk *clk;196 struct device *dev;[all …]