Home
last modified time | relevance | path

Searched defs:stm32f7_i2c_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/i2c/busses/
Di2c-stm32f7.c329 struct stm32f7_i2c_dev { struct
330 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 …]
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-stm32f7.c316 struct stm32f7_i2c_dev { struct
317 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 …]