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