Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
286 struct stm32f7_i2c_dev { struct287 struct i2c_adapter adap;288 struct device *dev;289 void __iomem *base;290 struct completion complete;291 struct clk *clk;292 int speed;293 struct i2c_msg *msg;294 unsigned int msg_num;295 unsigned int msg_id;[all …]