Searched defs:stm32f7_i2c_dev (Results 1 – 2 of 2) sorted by relevance
329 struct stm32f7_i2c_dev { struct330 struct i2c_adapter adap;331 struct device *dev;332 void __iomem *base;333 struct completion complete;334 struct clk *clk;335 unsigned int bus_rate;336 struct i2c_msg *msg;337 unsigned int msg_num;338 unsigned int msg_id;[all …]
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 …]