Searched refs:mctlr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 4500 struct bttv *mctlr; in kodicom4400r_muxsel() local 4503 mctlr = master[btv->c.nr]; in kodicom4400r_muxsel() 4504 if (mctlr == NULL) { /* ignore if master not yet detected */ in kodicom4400r_muxsel() 4507 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel() 4511 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel() 4514 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel() 4515 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel() 4516 kodicom4400r_write(mctlr, xaddr, yaddr, 1); in kodicom4400r_muxsel() 4811 struct bttv *mctlr; in gv800s_muxsel() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 4499 struct bttv *mctlr; in kodicom4400r_muxsel() local 4502 mctlr = master[btv->c.nr]; in kodicom4400r_muxsel() 4503 if (mctlr == NULL) { /* ignore if master not yet detected */ in kodicom4400r_muxsel() 4506 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel() 4510 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel() 4513 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel() 4514 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel() 4515 kodicom4400r_write(mctlr, xaddr, yaddr, 1); in kodicom4400r_muxsel() 4810 struct bttv *mctlr; in gv800s_muxsel() local [all...] |
Completed in 11 milliseconds