Home
last modified time | relevance | path

Searched refs:tuner_i2c_xfer_send_recv (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda8290.c99 tuner_i2c_xfer_send_recv(&priv->i2c_props, msg, 1, &msg[1], 1); in tda8295_i2c_bridge()
244 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
247 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
250 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
266 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
268 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
276 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
279 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
293 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
296 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
[all …]
Dtuner-i2c.h56 static inline int tuner_i2c_xfer_send_recv(struct tuner_i2c_props *props, in tuner_i2c_xfer_send_recv() function
Dtuner-xc2028.c136 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
Dr820t.c427 rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, priv->buf, 1, p, len); in r820t_read()