Lines Matching defs:exynos5_i2c
173 struct exynos5_i2c { struct
174 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;
186 int state;
188 spinlock_t lock; /* IRQ synchronization */
195 int trans_done;
200 unsigned int atomic;
203 unsigned int op_clock;
206 const struct exynos_hsi2c_variant *variant;