Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance
158 struct exynos5_i2c { struct159 struct i2c_adapter adap;160 unsigned int suspended:1;162 struct i2c_msg *msg;163 struct completion msg_complete;164 unsigned int msg_ptr;166 unsigned int irq;168 void __iomem *regs;169 struct clk *clk;170 struct device *dev;[all …]