Home
last modified time | relevance | path

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

/linux-5.10/drivers/i2c/busses/
Di2c-npcm7xx.c272 struct npcm_i2c { struct
273 struct i2c_adapter adap;
274 struct device *dev;
275 unsigned char __iomem *reg;
276 spinlock_t lock; /* IRQ synchronization */
277 struct completion cmd_complete;
278 int cmd_err;
279 struct i2c_msg *msgs;
280 int msgs_num;
281 int num;
[all …]