Home
last modified time | relevance | path

Searched refs:bttv_I2CRead (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dbttv.h258 extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for);
Dbttv-cards.c1994 msp = bttv_I2CRead(btv, I2C_MSP3400, "MSP34xx"); in miro_pinnacle_gpio()
2285 if ((bttv_I2CRead(btv, I2C_BT832_ALT1, "Bt832") >=0) || in bttv_init_card2()
2286 (bttv_I2CRead(btv, I2C_BT832_ALT2, "Bt832") >=0)) in bttv_init_card2()
2292 bttv_I2CRead(btv, I2C_MSP3400, "MSP34xx") >=0) { in bttv_init_card2()
2298 bttv_I2CRead(btv, I2C_MSP3400_ALT, "MSP34xx (alternate address)") >=0) { in bttv_init_card2()
2304 bttv_I2CRead(btv, I2C_TDA9875, "TDA9875") >=0) { in bttv_init_card2()
2310 bttv_I2CRead(btv, I2C_TDA7432, "TDA7432") >=0) { in bttv_init_card2()
2875 vals[i],tmp,bttv_I2CRead(btv,0x1F,NULL)); in init_PXC200()
Dbttv-if.c261 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead() function