Lines Matching defs:master

93 static struct bttv  *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };
326 { 0x763d800a, BTTV_BOARD_GEOVISION_GV800S, "GeoVision GV-800(S) (master)" },
2354 * Note that, because of the card's wiring, the "master"
2363 .name = "Kodicom 4400R (master)",
2387 /* Note that, for reasons unknown, the "master" BT878A chip (i.e. the
2746 * "master" chip and it controls the video inputs through an
2752 .name = "Geovision GV-800(S) (master)",
4452 * There is a "master" controller and three "slave" controllers, together
4454 * The analog switch is controlled by the "master", but the detection order
4456 * The "master" is actually the second controller to be detected. The
4462 * unit 3, the second (which is the master) is logical unit 0, etc.
4490 * Next the mux select. Both the "master" and "slave" 'cards' (controllers)
4491 * use this routine. The routine finds the "master" for the card, maps
4503 mctlr = master[btv->c.nr];
4504 if (mctlr == NULL) { /* ignore if master not yet detected */
4539 * Since this is the "master", we need to set up the
4545 master[btv->c.nr-1] = btv;
4546 master[btv->c.nr] = btv;
4547 master[btv->c.nr+1] = btv;
4548 master[btv->c.nr+2] = btv;
4771 /* On the "master" 878A:
4796 * of the "master" card. A pointer to this card is stored in master[btv->c.nr].
4818 mctlr = master[btv->c.nr];
4820 /* do nothing until the "master" is detected */
4835 /* GeoVision GV-800(S) "master" chip init */
4850 /* Inputs on the "master" controller need this brightness fix */
4856 * Store the "master" controller pointer in the master
4859 master[btv->c.nr] = btv;
4860 master[btv->c.nr+1] = btv;
4861 master[btv->c.nr+2] = btv;
4862 master[btv->c.nr+3] = btv;