Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance
181 struct exynos5_i2c { struct182 struct i2c_adapter adap;184 struct i2c_msg *msg;185 struct completion msg_complete;186 unsigned int msg_ptr;188 unsigned int irq;190 void __iomem *regs;191 struct clk *clk;192 struct device *dev;193 int state;[all …]