Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance
174 struct exynos5_i2c { struct175 struct i2c_adapter adap;177 struct i2c_msg *msg;178 struct completion msg_complete;179 unsigned int msg_ptr;181 unsigned int irq;183 void __iomem *regs;184 struct clk *clk;185 struct device *dev;186 int state;[all …]