Lines Matching defs:master
92 static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL };
323 { 0x763d800a, BTTV_BOARD_GEOVISION_GV800S, "GeoVision GV-800(S) (master)" },
2351 * Note that, because of the card's wiring, the "master"
2360 .name = "Kodicom 4400R (master)",
2384 /* Note that, for reasons unknown, the "master" BT878A chip (i.e. the
2743 * "master" chip and it controls the video inputs through an
2749 .name = "Geovision GV-800(S) (master)",
4451 * There is a "master" controller and three "slave" controllers, together
4453 * The analog switch is controlled by the "master", but the detection order
4455 * The "master" is actually the second controller to be detected. The
4461 * unit 3, the second (which is the master) is logical unit 0, etc.
4489 * Next the mux select. Both the "master" and "slave" 'cards' (controllers)
4490 * use this routine. The routine finds the "master" for the card, maps
4502 mctlr = master[btv->c.nr];
4503 if (mctlr == NULL) { /* ignore if master not yet detected */
4538 * Since this is the "master", we need to set up the
4544 master[btv->c.nr-1] = btv;
4545 master[btv->c.nr] = btv;
4546 master[btv->c.nr+1] = btv;
4547 master[btv->c.nr+2] = btv;
4770 /* On the "master" 878A:
4795 * of the "master" card. A pointer to this card is stored in master[btv->c.nr].
4817 mctlr = master[btv->c.nr];
4819 /* do nothing until the "master" is detected */
4834 /* GeoVision GV-800(S) "master" chip init */
4849 /* Inputs on the "master" controller need this brightness fix */
4855 * Store the "master" controller pointer in the master
4858 master[btv->c.nr] = btv;
4859 master[btv->c.nr+1] = btv;
4860 master[btv->c.nr+2] = btv;
4861 master[btv->c.nr+3] = btv;