Home
last modified time | relevance | path

Searched refs:mctlr (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c4508 struct bttv *mctlr; in kodicom4400r_muxsel() local
4511 mctlr = master[btv->c.nr]; in kodicom4400r_muxsel()
4512 if (mctlr == NULL) { /* ignore if master not yet detected */ in kodicom4400r_muxsel()
4515 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel()
4519 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4522 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4523 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel()
4524 kodicom4400r_write(mctlr, xaddr, yaddr, 1); in kodicom4400r_muxsel()
4819 struct bttv *mctlr; in gv800s_muxsel() local
4826 mctlr = master[btv->c.nr]; in gv800s_muxsel()
[all …]