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