Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/i2c/busses/
Di2c-exynos5.c174 struct exynos5_i2c { struct
175 struct i2c_adapter adap;
177 struct i2c_msg *msg;
178 struct completion msg_complete;
179 unsigned int msg_ptr;
181 unsigned int irq;
183 void __iomem *regs;
184 struct clk *clk; /* operating clock */
185 struct clk *pclk; /* bus clock */
186 struct device *dev;
[all …]