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