Lines Matching refs:cards
7 * This is part of the Driver for Video Capture Cards (Frame grabbers)
8 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
12 * bktr_card : This deals with identifying TV cards.
125 /* and on most BT878s cards to store the sub-system vendor id */
144 static const struct CARDTYPE cards[] = {
387 * (This is not fitted to all makes of card. All Hauppauge cards have them
388 * and so do newer Bt878 based cards.
451 * Some BT848 cards have no tuner and no additional i2c devices
493 * On some cards, the EEPROM appears in several locations, but all in the
510 * The scheme used for probing cards faces these problems:
519 * tuner type and other features of the cards.
528 * VideoLogic cards.
547 * configuration EEPROM used on Bt878/879 cards. They should match the
588 * detection problems with old Bt848 based Hauppauge cards with
606 bktr->card = cards[(card = BKTR_OVERRIDE_CARD)];
610 bktr->card = cards[(card = bktr->bt848_card)];
617 /* On BT878/879 cards, read the sub-system vendor id */
634 bktr->card = cards[(card = CARD_UNKNOWN)];
654 bktr->card = cards[(card = CARD_AVER_MEDIA)];
661 bktr->card = cards[(card = CARD_HAUPPAUGE)];
669 bktr->card = cards[(card = CARD_FLYVIDEO)];
676 bktr->card = cards[(card = CARD_STB)];
683 bktr->card = cards[(card = CARD_ASKEY_DYNALINK_MAGIC_TVIEW)];
693 bktr->card = cards[(card = CARD_LEADTEK)];
700 bktr->card = cards[(card = CARD_MIRO)];
709 bktr->card = cards[(card = CARD_TERRATVALUE)];
716 bktr->card = cards[(card = CARD_TERRATVPLUS)];
740 bktr->card = cards[(card = CARD_INTEL)];
746 /* Look for Hauppauge, STB and Osprey cards by the presence */
748 /* Note: Bt878 based cards also use EEPROMs so we can only do this */
749 /* test on BT848/848A and 849A based cards. */
754 /* At i2c address 0xa0, look for Hauppauge and Osprey cards */
758 bktr->card = cards[(card = CARD_UNKNOWN)];
765 bktr->card = cards[(card = CARD_HAUPPAUGE)];
774 bktr->card = cards[(card = CARD_OSPREY)];
787 bktr->card = cards[(card = CARD_STB)];
819 bktr->card = cards[card = bt848_card_signature[i].card];
835 bktr->card = cards[(card = CARD_MIRO)];
1056 * Only the newer AVerMedia cards actually have an EEPROM.
1138 /* Some cards make use of the tuner address to */
1177 * The MSP reset line is wired to GPIO pin 5. On Bt878 cards a pulldown
1279 /* Most (perhaps all) Bt878 cards need to be switched to PLL mode */
1280 /* as they only fit the NTSC crystal to their cards */
1281 /* Default to enabling PLL mode for all Bt878/879 cards */