Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-exynos5.c181 struct exynos5_i2c { struct
182 struct i2c_adapter adap;
184 struct i2c_msg *msg;
185 struct completion msg_complete;
186 unsigned int msg_ptr;
188 unsigned int irq;
190 void __iomem *regs;
191 struct clk *clk;
192 struct device *dev;
193 int state;
[all …]