Home
last modified time | relevance | path

Searched refs:tuner_i2c_xfer_send (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda8290.c72 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8290_i2c_bridge()
77 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8290_i2c_bridge()
94 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8295_i2c_bridge()
103 tuner_i2c_xfer_send(&priv->i2c_props, buf, 3); in tda8295_i2c_bridge()
107 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8295_i2c_bridge()
207 tuner_i2c_xfer_send(&priv->i2c_props, easy_mode, 2); in tda8290_set_params()
208 tuner_i2c_xfer_send(&priv->i2c_props, agc_out_on, 2); in tda8290_set_params()
209 tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2); in tda8290_set_params()
221 tuner_i2c_xfer_send(&priv->i2c_props, fm_mode[i].seq, 2); in tda8290_set_params()
223 tuner_i2c_xfer_send(&priv->i2c_props, deemphasis, 2); in tda8290_set_params()
[all …]
Dmt20xx.c189 tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_check_lo_lock()
210 tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_optimize_vco()
234 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_optimize_vco()
252 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_set_if_freq()
262 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,4); in mt2032_set_if_freq()
264 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf+5,4); in mt2032_set_if_freq()
266 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf+11,3); in mt2032_set_if_freq()
281 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_set_if_freq()
284 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_set_if_freq()
292 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_set_if_freq()
[all …]
Dtuner-simple.c404 rc = tuner_i2c_xfer_send(&i2c, &buffer[0], 2); in simple_std_setup()
408 rc = tuner_i2c_xfer_send(&i2c, &buffer[2], 2); in simple_std_setup()
432 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 2); in simple_set_aux_byte()
483 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_post_tune()
654 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_tv_freq()
750 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
759 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_radio_freq()
947 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4); in simple_dvb_set_params()
973 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_init()
996 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_sleep()
Dtea5767.c269 if (5 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 5))) in set_radio_freq()
362 if (5 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 5))) in tea5767_standby()
Dtuner-i2c.h36 static inline int tuner_i2c_xfer_send(struct tuner_i2c_props *props, in tuner_i2c_xfer_send() function
Dtea5761.c170 if (7 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 7))) in __set_radio_freq()
Dtda9887.c581 if (4 != (rc = tuner_i2c_xfer_send(&priv->i2c_props,priv->data,4))) in tda9887_configure()
Dtuner-xc2028.c125 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \
150 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
Dr820t.c370 rc = tuner_i2c_xfer_send(&priv->i2c_props, priv->buf, size + 1); in r820t_write()