Searched defs:xiic_i2c (Results 1 – 1 of 1) sorted by relevance
78 struct xiic_i2c { struct79 struct device *dev;80 void __iomem *base;81 struct completion completion;82 struct i2c_adapter adap;83 struct i2c_msg *tx_msg;84 struct mutex lock;85 unsigned int tx_pos;86 unsigned int nmsgs;87 struct i2c_msg *rx_msg;[all …]