Searched defs:pxa_i2c (Results 1 – 1 of 1) sorted by relevance
131 struct pxa_i2c { struct132 spinlock_t lock;133 wait_queue_head_t wait;134 struct i2c_msg *msg;135 unsigned int msg_num;136 unsigned int msg_idx;137 unsigned int msg_ptr;138 unsigned int slave_addr;140 struct i2c_adapter adap;141 struct clk *clk;[all …]