Searched refs:tuner_i2c_xfer_recv (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/tuners/ |
H A D | mt20xx.c | 191 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_check_lo_lock() 212 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_optimize_vco() 254 tuner_i2c_xfer_recv(&priv->i2c_props,buf,21); in mt2032_set_if_freq() 404 tuner_i2c_xfer_recv(&priv->i2c_props,buf,1); in mt2032_init() 581 tuner_i2c_xfer_recv(&priv->i2c_props, buf, 1); in mt2050_init() 615 tuner_i2c_xfer_recv(&priv->i2c_props,buf,21); in microtune_attach()
|
H A D | tda9887.c | 540 rc = tuner_i2c_xfer_recv(&priv->i2c_props, buf, 1); in tda9887_status() 613 if (1 == tuner_i2c_xfer_recv(&priv->i2c_props, ®, 1)) in tda9887_get_afc()
|
H A D | tuner-i2c.h | 34 static inline int tuner_i2c_xfer_recv(struct tuner_i2c_props *props, in tuner_i2c_xfer_recv() function
|
H A D | tuner-simple.c | 129 if (1 != tuner_i2c_xfer_recv(&priv->i2c_props, &byte, 1)) in tuner_read_status() 463 rc = tuner_i2c_xfer_recv(&priv->i2c_props, in simple_post_tune()
|