Lines Matching defs:exynos5_i2c
184 struct exynos5_i2c { struct
185 struct i2c_adapter adap;
186 unsigned int suspended:1;
188 struct i2c_msg *msg;
189 struct completion msg_complete;
190 unsigned int msg_ptr;
192 unsigned int irq;
194 void __iomem *regs;
195 struct clk *clk;
196 struct device *dev;
197 int state;
199 spinlock_t lock; /* IRQ synchronization */
206 int trans_done;
209 unsigned int op_clock;
212 const struct exynos_hsi2c_variant *variant;