Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/tuners/
Dtda8290.c87 tuner_i2c_xfer_send_recv(&priv->i2c_props, msg, 1, &msg[1], 1); in tda8295_i2c_bridge()
232 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
235 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
238 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
254 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
256 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
264 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
267 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
281 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
284 tuner_i2c_xfer_send_recv(&priv->i2c_props, in tda8290_set_params()
[all …]
Dtuner-i2c.h44 static inline int tuner_i2c_xfer_send_recv(struct tuner_i2c_props *props, in tuner_i2c_xfer_send_recv() function
Dxc2028.c136 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
Dr820t.c447 rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, priv->buf, 1, p, len); in r820t_read()