Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
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;
183 struct clk *clk; /* operating clock */
184 struct clk *pclk; /* bus clock */
185 struct device *dev;
[all …]