Lines Matching refs:i2c_props

110 	struct tuner_i2c_props i2c_props;  member
128 if (1 != tuner_i2c_xfer_recv(&priv->i2c_props, &byte, 1)) in tuner_read_status()
171 if (priv->i2c_props.adap == NULL) in simple_get_status()
193 if (priv->i2c_props.adap == NULL || !priv->radio_mode) in simple_get_rf_strength()
392 struct tuner_i2c_props i2c = priv->i2c_props; in simple_std_setup()
433 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 2); in simple_set_aux_byte()
463 rc = tuner_i2c_xfer_recv(&priv->i2c_props, in simple_post_tune()
484 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_post_tune()
651 i2c_clients_command(priv->i2c_props.adap, TUNER_SET_CONFIG, in simple_set_tv_freq()
657 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_tv_freq()
748 i2c_clients_command(priv->i2c_props.adap, TUNER_SET_CONFIG, in simple_set_radio_freq()
751 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
760 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
775 if (priv->i2c_props.adap == NULL) in simple_set_params()
905 buf[0] = priv->i2c_props.addr; in simple_dvb_calc_regs()
925 if (priv->i2c_props.adap == NULL) in simple_dvb_set_params()
935 buf[0] = priv->i2c_props.addr; in simple_dvb_set_params()
949 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4); in simple_dvb_set_params()
966 if (priv->i2c_props.adap == NULL) in simple_init()
975 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_init()
989 if (priv->i2c_props.adap == NULL) in simple_sleep()
998 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_sleep()