Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-exynos5.c184 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;
[all …]