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()
391 struct tuner_i2c_props i2c = priv->i2c_props; in simple_std_setup()
432 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 2); in simple_set_aux_byte()
462 rc = tuner_i2c_xfer_recv(&priv->i2c_props, in simple_post_tune()
483 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_post_tune()
648 i2c_clients_command(priv->i2c_props.adap, TUNER_SET_CONFIG, in simple_set_tv_freq()
654 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_tv_freq()
746 i2c_clients_command(priv->i2c_props.adap, TUNER_SET_CONFIG, in simple_set_radio_freq()
749 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
758 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
773 if (priv->i2c_props.adap == NULL) in simple_set_params()
902 buf[0] = priv->i2c_props.addr; in simple_dvb_calc_regs()
922 if (priv->i2c_props.adap == NULL) in simple_dvb_set_params()
932 buf[0] = priv->i2c_props.addr; in simple_dvb_set_params()
946 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4); in simple_dvb_set_params()
963 if (priv->i2c_props.adap == NULL) in simple_init()
972 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_init()
986 if (priv->i2c_props.adap == NULL) in simple_sleep()
995 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_sleep()