Searched defs:xiic_i2c (Results 1 – 2 of 2) 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 …]
64 struct xiic_i2c { struct65 struct device *dev;66 void __iomem *base;67 wait_queue_head_t wait;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 …]