Lines Matching refs:bttv
81 struct bttv *btv; in bttv_gpio_enable()
96 struct bttv *btv; in bttv_read_gpio()
116 struct bttv *btv; in bttv_write_gpio()
134 struct bttv *btv; in bttv_get_gpio_queue()
153 struct bttv *btv = (struct bttv*)data; in bttv_bit_setscl()
165 struct bttv *btv = (struct bttv*)data; in bttv_bit_setsda()
177 struct bttv *btv = (struct bttv*)data; in bttv_bit_getscl()
186 struct bttv *btv = (struct bttv*)data; in bttv_bit_getsda()
205 struct bttv *btv = i2c_get_adapdata(client->adapter); in attach_inform()
219 void bttv_call_i2c_clients(struct bttv *btv, unsigned int cmd, void *arg) in bttv_call_i2c_clients()
261 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead()
286 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
303 void __devinit bttv_readee(struct bttv *btv, unsigned char *eedata, int addr) in bttv_readee()
321 int __devinit init_bttv_i2c(struct bttv *btv) in init_bttv_i2c()