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

/linux-master/drivers/media/tuners/
H A Dtda8290.c60 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
65 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
82 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
91 tuner_i2c_xfer_send(&priv->i2c_props, buf, 3);
95 tuner_i2c_xfer_send(&priv->i2c_props, msg, 2);
195 tuner_i2c_xfer_send(&priv->i2c_props, easy_mode, 2);
196 tuner_i2c_xfer_send(&priv->i2c_props, agc_out_on, 2);
197 tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2);
209 tuner_i2c_xfer_send(&priv->i2c_props, fm_mode[i].seq, 2);
211 tuner_i2c_xfer_send(
[all...]
H A Dmt20xx.c190 tuner_i2c_xfer_send(&priv->i2c_props,buf,1);
211 tuner_i2c_xfer_send(&priv->i2c_props,buf,1);
235 tuner_i2c_xfer_send(&priv->i2c_props,buf,2);
253 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,1);
263 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf,4);
265 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf+5,4);
267 ret=tuner_i2c_xfer_send(&priv->i2c_props,buf+11,3);
282 tuner_i2c_xfer_send(&priv->i2c_props,buf,2);
285 tuner_i2c_xfer_send(&priv->i2c_props,buf,2);
293 ret=tuner_i2c_xfer_send(
[all...]
H A Dtuner-simple.c405 rc = tuner_i2c_xfer_send(&i2c, &buffer[0], 2);
409 rc = tuner_i2c_xfer_send(&i2c, &buffer[2], 2);
433 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 2);
484 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4);
655 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4);
751 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4);
760 rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 4);
948 ret = tuner_i2c_xfer_send(&priv->i2c_props, buf+1, 4);
974 ret = tuner_i2c_xfer_send(&priv->i2c_props,
997 ret = tuner_i2c_xfer_send(
[all...]
H A Dtuner-i2c.h24 static inline int tuner_i2c_xfer_send(struct tuner_i2c_props *props, function
H A Dtea5767.c269 if (5 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 5)))
362 if (5 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 5)))
H A Dtea5761.c170 if (7 != (rc = tuner_i2c_xfer_send(&priv->i2c_props, buffer, 7)))
H A Dtda9887.c582 if (4 != (rc = tuner_i2c_xfer_send(&priv->i2c_props,priv->data,4)))
H A Dxc2028.c125 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \
150 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
H A Dr820t.c390 rc = tuner_i2c_xfer_send(&priv->i2c_props, priv->buf, size + 1);

Completed in 97 milliseconds