Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance
173 struct exynos5_i2c { struct174 struct i2c_adapter adap;176 struct i2c_msg *msg;177 struct completion msg_complete;178 unsigned int msg_ptr;180 unsigned int irq;182 void __iomem *regs;183 struct clk *clk; /* operating clock */184 struct clk *pclk; /* bus clock */185 struct device *dev;[all …]