Searched defs:stm32f7_i2c_dev (Results 1 – 1 of 1) sorted by relevance
316 struct stm32f7_i2c_dev { struct317 struct i2c_adapter adap;318 struct device *dev;319 void __iomem *base;320 struct completion complete;321 struct clk *clk;322 unsigned int bus_rate;323 struct i2c_msg *msg;324 unsigned int msg_num;325 unsigned int msg_id;[all …]