Searched refs:gate_ctrl (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88.h | 381 void (*gate_ctrl)(struct cx88_core *core, int open); member 428 if (core->gate_ctrl) \ 429 core->gate_ctrl(core, 1); \ 431 if (core->gate_ctrl) \ 432 core->gate_ctrl(core, 0); \ 445 if (core->gate_ctrl) \ 446 core->gate_ctrl(core, 1); \ 448 if (core->gate_ctrl) \ 449 core->gate_ctrl(core, 0); \ 459 if (core->gate_ctrl) \ [all …]
|
D | cx88-dvb.c | 1026 core->gate_ctrl = cx88_dvb_gate_ctrl; in dvb_register() 1651 core->gate_ctrl = NULL; in dvb_register() 1827 core->gate_ctrl = NULL; in cx8802_dvb_remove()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134.h | 665 void (*gate_ctrl)(struct saa7134_dev *dev, int open); member 696 if (dev->gate_ctrl) \ 697 dev->gate_ctrl(dev, 1); \ 699 if (dev->gate_ctrl) \ 700 dev->gate_ctrl(dev, 0); \ 705 if (dev->gate_ctrl) \ 706 dev->gate_ctrl(dev, 1); \ 709 if (dev->gate_ctrl) \ 710 dev->gate_ctrl(dev, 0); \
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 54 int (*gate_ctrl) (struct dvb_frontend *, int); member 96 status = st->gate_ctrl(fe, 1); in drxk_gate_ctrl() 98 status = st->gate_ctrl(fe, 0); in drxk_gate_ctrl() 641 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_frontend_attach() 662 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_cablestar_hdci_frontend_attach()
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge.h | 101 int (*gate_ctrl)(struct dvb_frontend *, int); member
|
D | ddbridge-core.c | 565 status = input->gate_ctrl(fe, 1); in drxk_gate_ctrl() 567 status = input->gate_ctrl(fe, 0); in drxk_gate_ctrl() 590 input->gate_ctrl = fe->ops.i2c_gate_ctrl; in demod_attach_drxk()
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-cards.c | 97 status = chan->gate_ctrl(fe, 1); in drxk_gate_ctrl() 99 status = chan->gate_ctrl(fe, 0); in drxk_gate_ctrl() 231 chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl; in demod_attach_drxk()
|
D | ngene.h | 645 int (*gate_ctrl)(struct dvb_frontend *, int); member 855 int (*gate_ctrl)(struct dvb_frontend *, int); member
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 93 int (*gate_ctrl)(struct dvb_frontend *, int); member 455 status = dvb->gate_ctrl(fe, 1); in drxk_gate_ctrl() 457 status = dvb->gate_ctrl(fe, 0); in drxk_gate_ctrl() 1267 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init() 1298 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init()
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885.h | 299 void (*gate_ctrl)(struct cx23885_tsport *port, int open); member
|
D | cx23885-dvb.c | 1210 port->gate_ctrl = cx23885_dvb_gate_ctrl; in dvb_register() 2337 port->gate_ctrl = NULL; in dvb_register() 2457 port->gate_ctrl = NULL; in cx23885_dvb_unregister()
|