Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-exynos5.c158 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;
[all …]