Home
last modified time | relevance | path

Searched defs:pxa_i2c (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/i2c/busses/
Di2c-pxa.c224 struct pxa_i2c { struct
225 spinlock_t lock;
226 wait_queue_head_t wait;
227 struct i2c_msg *msg;
228 unsigned int msg_num;
229 unsigned int msg_idx;
230 unsigned int msg_ptr;
231 unsigned int slave_addr;
232 unsigned int req_slave_addr;
234 struct i2c_adapter adap;
[all …]