Searched refs:tuner_i2c_xfer_recv (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/media/common/tuners/ |
D | mt20xx.c | 192 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_check_lo_lock() 213 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_optimize_vco() 255 tuner_i2c_xfer_recv(&priv->i2c_props,buf,21); in mt2032_set_if_freq() 405 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_init() 587 tuner_i2c_xfer_recv(&priv->i2c_props, buf, 1); in mt2050_init() 621 tuner_i2c_xfer_recv(&priv->i2c_props,buf,21); in microtune_attach()
|
D | tea5767.c | 274 if (5 != (rc = tuner_i2c_xfer_recv(&priv->i2c_props, buffer, 5))) in set_radio_freq() 291 if (5 != (rc = tuner_i2c_xfer_recv(&priv->i2c_props, buffer, 5))) { in tea5767_read_status() 375 if ((rc = tuner_i2c_xfer_recv(&i2c, buffer, 7))< 5) { in tea5767_autodetection()
|
D | tea5761.c | 207 if (16 != (rc = tuner_i2c_xfer_recv(&priv->i2c_props, buffer, 16))) { in tea5761_read_status() 271 if (16 != (rc = tuner_i2c_xfer_recv(&i2c, buffer, 16))) { in tea5761_autodetection()
|
D | tda9887.c | 540 if (1 != (rc = tuner_i2c_xfer_recv(&priv->i2c_props,buf,1))) in tda9887_status() 611 if (1 == tuner_i2c_xfer_recv(&priv->i2c_props,®,1)) in tda9887_get_afc()
|
D | tuner-i2c.h | 45 static inline int tuner_i2c_xfer_recv(struct tuner_i2c_props *props, char *buf, int len) in tuner_i2c_xfer_recv() function
|
D | tuner-simple.c | 127 if (1 != tuner_i2c_xfer_recv(&priv->i2c_props, &byte, 1)) in tuner_read_status() 462 rc = tuner_i2c_xfer_recv(&priv->i2c_props, in simple_post_tune()
|
D | tuner-xc2028.c | 125 _rc = tuner_i2c_xfer_recv(&priv->i2c_props, buf, size); \
|