Lines Matching defs:st_i2c_dev
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;193 struct st_i2c_client client;194 bool busy;