Lines Matching defs:exynos5_i2c
174 struct exynos5_i2c { struct
175 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; /* operating clock */
185 struct clk *pclk; /* bus clock */
186 struct device *dev;
187 int state;
189 spinlock_t lock; /* IRQ synchronization */
196 int trans_done;
201 unsigned int atomic;
204 unsigned int op_clock;
207 const struct exynos_hsi2c_variant *variant;