Lines Matching defs:exynos5_i2c
158 struct exynos5_i2c { struct
159 struct i2c_adapter adap;
160 unsigned int suspended:1;
162 struct i2c_msg *msg;
163 struct completion msg_complete;
164 unsigned int msg_ptr;
166 unsigned int irq;
168 void __iomem *regs;
169 struct clk *clk;
170 struct device *dev;
171 int state;
173 spinlock_t lock; /* IRQ synchronization */
180 int trans_done;
183 unsigned int fs_clock;
184 unsigned int hs_clock;
191 int speed_mode;
194 struct exynos_hsi2c_variant *variant;