Lines Matching defs:cfg
20 .addr = priv->cfg->i2c_address,
34 remaining -= (priv->cfg->i2c_wr_max - 1)) {
36 if (len2 > (priv->cfg->i2c_wr_max - 1))
37 len2 = (priv->cfg->i2c_wr_max - 1);
66 .addr = priv->cfg->i2c_address,
71 .addr = priv->cfg->i2c_address,
280 struct i2c_adapter *i2c, struct tda18218_config *cfg)
299 priv->cfg = cfg;
324 if (priv->cfg->loop_through) {