Home
last modified time | relevance | path

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

/linux-5.10/drivers/i2c/busses/ !
Di2c-at91.h139 struct at91_twi_dev { struct
140 struct device *dev;
141 void __iomem *base;
142 struct completion cmd_complete;
143 struct clk *clk;
144 u8 *buf;
145 size_t buf_len;
169 unsigned at91_twi_read(struct at91_twi_dev *dev, unsigned reg); argument