Lines Matching refs:bttv
4 bttv-i2c.c -- all the i2c code is here
6 bttv - Bt848 frame grabber driver
48 struct bttv *btv = (struct bttv*)data;
60 struct bttv *btv = (struct bttv*)data;
72 struct bttv *btv = (struct bttv*)data;
81 struct bttv *btv = (struct bttv*)data;
106 bttv_i2c_wait_done(struct bttv *btv)
125 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last)
175 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last)
223 struct bttv *btv = to_bttv(v4l2_dev);
259 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for)
284 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1,
301 void bttv_readee(struct bttv *btv, unsigned char *eedata, int addr)
336 int init_bttv_i2c(struct bttv *btv)
338 strscpy(btv->i2c_client.name, "bttv internal", I2C_NAME_SIZE);
353 strscpy(btv->c.i2c_adap.name, "bttv",
384 int fini_bttv_i2c(struct bttv *btv)