Home
last modified time | relevance | path

Searched defs:exynos5_i2c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-exynos5.c173 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;
185 struct device *dev;
186 int state;
195 int trans_done;
[all …]