Searched refs:tuner_i2c_xfer_send (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/tuners/ |
| A D | tda8290.c | 60 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8290_i2c_bridge() 65 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8290_i2c_bridge() 82 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8295_i2c_bridge() 91 tuner_i2c_xfer_send(&priv->i2c_props, buf, 3); in tda8295_i2c_bridge() 95 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2); in tda8295_i2c_bridge() 314 tuner_i2c_xfer_send(&priv->i2c_props, buf, 2); in tda8295_power() 329 tuner_i2c_xfer_send(&priv->i2c_props, buf, 2); in tda8295_set_easy_mode() 337 tuner_i2c_xfer_send(&priv->i2c_props, buf, 2); in tda8295_set_video_std() 358 tuner_i2c_xfer_send(&priv->i2c_props, buf, 2); in tda8295_agc1_out() 854 tuner_i2c_xfer_send(&i2c_props, easy_mode_b, 2); in tda829x_probe() [all …]
|
| A D | mt20xx.c | 190 tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_check_lo_lock() 211 tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_optimize_vco() 235 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_optimize_vco() 253 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_set_if_freq() 263 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,4); in mt2032_set_if_freq() 282 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_set_if_freq() 285 tuner_i2c_xfer_send(&priv->i2c_props,buf,2); in mt2032_set_if_freq() 403 tuner_i2c_xfer_send(&priv->i2c_props,buf,1); in mt2032_init() 435 tuner_i2c_xfer_send(&priv->i2c_props, buf, 2); in mt2050_set_antenna() 580 tuner_i2c_xfer_send(&priv->i2c_props, buf, 1); in mt2050_init() [all …]
|
| A D | tuner-simple.c | 405 rc = tuner_i2c_xfer_send(&i2c, &buffer[0], 2); in simple_std_setup() 409 rc = tuner_i2c_xfer_send(&i2c, &buffer[2], 2); in simple_std_setup() 433 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 2); in simple_set_aux_byte() 484 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_post_tune() 655 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4); in simple_set_tv_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() 948 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4); in simple_dvb_set_params() 974 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_init() 997 ret = tuner_i2c_xfer_send(&priv->i2c_props, in simple_sleep()
|
| A D | tea5767.c | 269 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()
|
| A D | tuner-i2c.h | 24 static inline int tuner_i2c_xfer_send(struct tuner_i2c_props *props, in tuner_i2c_xfer_send() function
|
| A D | tea5761.c | 170 if (7 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 7))) in __set_radio_freq()
|
| A D | tda9887.c | 582 if (4 != (rc = tuner_i2c_xfer_send(&priv->i2c_props,priv->data,4))) in tda9887_configure()
|
| A D | tuner-xc2028.c | 125 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \ 150 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
|
| A D | r820t.c | 370 rc = tuner_i2c_xfer_send(&priv->i2c_props, priv->buf, size + 1); in r820t_write()
|
Completed in 19 milliseconds