Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
280 struct stm32f7_i2c_dev { struct281 struct i2c_adapter adap;282 struct device *dev;283 void __iomem *base;284 struct completion complete;285 struct clk *clk;286 int speed;287 struct i2c_msg *msg;288 unsigned int msg_num;289 unsigned int msg_id;[all …]