Searched refs:bttv_I2CRead (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | bttv.h | 258 extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for);
|
D | bttv-cards.c | 1994 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()
|
D | bttv-if.c | 261 int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for) in bttv_I2CRead() function
|