Lines Matching refs:i2c_props

111 	struct tuner_i2c_props i2c_props;  member
129 if (1 != tuner_i2c_xfer_recv(&priv->i2c_props, &byte, 1)) in tuner_read_status()
172 if (priv->i2c_props.adap == NULL) in simple_get_status()
194 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()
649 i2c_clients_command(priv->i2c_props.adap, TUNER_SET_CONFIG, in simple_set_tv_freq()
655 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()
904 buf[0] = priv->i2c_props.addr; in simple_dvb_calc_regs()
924 if (priv->i2c_props.adap == NULL) in simple_dvb_set_params()
934 buf[0] = priv->i2c_props.addr; in simple_dvb_set_params()
948 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4); in simple_dvb_set_params()
965 if (priv->i2c_props.adap == NULL) in simple_init()
974 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_init()
988 if (priv->i2c_props.adap == NULL) in simple_sleep()
997 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_sleep()