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