Searched refs:gate_ctrl (Results 1 – 11 of 11) sorted by relevance
/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 | 1025 core->gate_ctrl = cx88_dvb_gate_ctrl; in dvb_register() 1651 core->gate_ctrl = NULL; in dvb_register() 1828 core->gate_ctrl = NULL; in cx8802_dvb_remove()
|
/drivers/media/pci/saa7134/ |
D | saa7134.h | 695 void (*gate_ctrl)(struct saa7134_dev *dev, int open); member 726 if (dev->gate_ctrl) \ 727 dev->gate_ctrl(dev, 1); \ 729 if (dev->gate_ctrl) \ 730 dev->gate_ctrl(dev, 0); \ 735 if (dev->gate_ctrl) \ 736 dev->gate_ctrl(dev, 1); \ 739 if (dev->gate_ctrl) \ 740 dev->gate_ctrl(dev, 0); \
|
/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() 646 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_frontend_attach() 667 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_cablestar_hdci_frontend_attach()
|
/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
|
/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()
|
/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 96 int (*gate_ctrl)(struct dvb_frontend *, int); member 458 status = dvb->gate_ctrl(fe, 1); in drxk_gate_ctrl() 460 status = dvb->gate_ctrl(fe, 0); in drxk_gate_ctrl() 1350 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init() 1381 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init()
|
/drivers/media/pci/cx23885/ |
D | cx23885.h | 303 void (*gate_ctrl)(struct cx23885_tsport *port, int open); member
|
D | cx23885-dvb.c | 1229 port->gate_ctrl = cx23885_dvb_gate_ctrl; in dvb_register() 2552 port->gate_ctrl = NULL; in dvb_register() 2673 port->gate_ctrl = NULL; in cx23885_dvb_unregister()
|