Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-pxa.c170 struct pxa_i2c { struct
171 spinlock_t lock;
172 wait_queue_head_t wait;
173 struct i2c_msg *msg;
174 unsigned int msg_num;
175 unsigned int msg_idx;
176 unsigned int msg_ptr;
177 unsigned int slave_addr;
178 unsigned int req_slave_addr;
180 struct i2c_adapter adap;
[all …]