Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/i2c/busses/
Di2c-pxa.c225 struct pxa_i2c { struct
226 spinlock_t lock;
227 wait_queue_head_t wait;
228 struct i2c_msg *msg;
229 unsigned int msg_num;
230 unsigned int msg_idx;
231 unsigned int msg_ptr;
232 unsigned int slave_addr;
233 unsigned int req_slave_addr;
235 struct i2c_adapter adap;
[all …]