Lines Matching defs:btv
62 struct bttv *btv = (struct bttv*)data; in bttv_bit_setscl() local
74 struct bttv *btv = (struct bttv*)data; in bttv_bit_setsda() local
86 struct bttv *btv = (struct bttv*)data; in bttv_bit_getscl() local
95 struct bttv *btv = (struct bttv*)data; in bttv_bit_getsda() local
120 bttv_i2c_wait_done(struct bttv *btv) in bttv_i2c_wait_done()
139 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_sendbytes()
189 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_readbytes()
237 struct bttv *btv = to_bttv(v4l2_dev); in bttv_i2c_xfer() local
273 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead()
298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
315 void __devinit bttv_readee(struct bttv *btv, unsigned char *eedata, int addr) in bttv_readee()
350 int __devinit init_bttv_i2c(struct bttv *btv) in init_bttv_i2c()