Searched defs:xiic_i2c (Results 1 – 1 of 1) sorted by relevance
83 struct xiic_i2c { struct84 struct device *dev;85 void __iomem *base;86 struct completion completion;87 struct i2c_adapter adap;88 struct i2c_msg *tx_msg;89 struct mutex lock;90 unsigned int tx_pos;91 unsigned int nmsgs;92 struct i2c_msg *rx_msg;[all …]