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