Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
335 struct stm32f7_i2c_dev { struct336 struct i2c_adapter adap;337 struct device *dev;338 void __iomem *base;339 struct completion complete;340 struct clk *clk;341 unsigned int bus_rate;342 struct i2c_msg *msg;343 unsigned int msg_num;344 unsigned int msg_id;[all …]