Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c173 struct pxa_i2c { struct
174 spinlock_t lock;
175 wait_queue_head_t wait;
176 struct i2c_msg *msg;
177 unsigned int msg_num;
178 unsigned int msg_idx;
179 unsigned int msg_ptr;
180 unsigned int slave_addr;
181 unsigned int req_slave_addr;
183 struct i2c_adapter adap;
[all …]