Home
last modified time | relevance | path

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

/linux-5.10/drivers/i2c/busses/
Di2c-stm32f7.c314 struct stm32f7_i2c_dev { struct
315 struct i2c_adapter adap;
316 struct device *dev;
317 void __iomem *base;
318 struct completion complete;
319 struct clk *clk;
320 unsigned int bus_rate;
321 struct i2c_msg *msg;
322 unsigned int msg_num;
323 unsigned int msg_id;
[all …]