Searched defs:st_i2c_dev (Results 1 – 1 of 1) sorted by relevance
186 struct st_i2c_dev { struct187 struct i2c_adapter adap;188 struct device *dev;189 void __iomem *base;190 struct completion complete;191 int irq;192 struct clk *clk;193 int mode;194 u32 scl_min_width_us;195 u32 sda_min_width_us;[all …]