Lines Matching refs:i2c_props
56 struct tuner_i2c_props i2c_props; member
214 struct i2c_msg msg = { .addr = priv->i2c_props.addr, in xc_send_i2c_data()
217 if (i2c_transfer(priv->i2c_props.adap, &msg, 1) != 1) { in xc_send_i2c_data()
230 struct i2c_msg msg = { .addr = priv->i2c_props.addr,
233 if (i2c_transfer(priv->i2c_props.adap, &msg, 1) != 1) {
246 { .addr = priv->i2c_props.addr, in xc5000_readreg()
248 { .addr = priv->i2c_props.addr, in xc5000_readreg()
252 if (i2c_transfer(priv->i2c_props.adap, msg, 2) != 2) { in xc5000_readreg()
276 priv->i2c_props.adap->algo_data, in xc5000_TunerReset()
561 priv->i2c_props.adap->dev.parent); in xc5000_fwupload()
919 if (priv->i2c_props.adap == NULL) in xc5000_set_analog_params()