Searched defs:xiic_i2c (Results 1 – 1 of 1) sorted by relevance
64 struct xiic_i2c { struct65 struct device *dev;66 void __iomem *base;67 struct completion completion;68 struct i2c_adapter adap;69 struct i2c_msg *tx_msg;70 struct mutex lock;71 unsigned int tx_pos;72 unsigned int nmsgs;73 struct i2c_msg *rx_msg;[all …]