Searched refs:gate_ctrl (Results 1 – 10 of 10) sorted by relevance
/drivers/media/pci/cx88/ |
D | cx88.h | 373 void (*gate_ctrl)(struct cx88_core *core, int open); member 420 if (core->gate_ctrl) \ 421 core->gate_ctrl(core, 1); \ 424 if (core->gate_ctrl) \ 425 core->gate_ctrl(core, 0); \ 438 if (core->gate_ctrl) \ 439 core->gate_ctrl(core, 1); \ 441 if (core->gate_ctrl) \ 442 core->gate_ctrl(core, 0); \ 452 if (core->gate_ctrl) \ [all …]
|
D | cx88-dvb.c | 1008 core->gate_ctrl = cx88_dvb_gate_ctrl; in dvb_register() 1639 core->gate_ctrl = NULL; in dvb_register() 1817 core->gate_ctrl = NULL; in cx8802_dvb_remove()
|
/drivers/media/pci/saa7134/ |
D | saa7134.h | 685 void (*gate_ctrl)(struct saa7134_dev *dev, int open); member 716 if (dev->gate_ctrl) \ 717 dev->gate_ctrl(dev, 1); \ 719 if (dev->gate_ctrl) \ 720 dev->gate_ctrl(dev, 0); \ 725 if (dev->gate_ctrl) \ 726 dev->gate_ctrl(dev, 1); \ 729 if (dev->gate_ctrl) \ 730 dev->gate_ctrl(dev, 0); \
|
/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 46 int (*gate_ctrl) (struct dvb_frontend *, int); member 88 status = st->gate_ctrl(fe, 1); in drxk_gate_ctrl() 90 status = st->gate_ctrl(fe, 0); in drxk_gate_ctrl() 640 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_frontend_attach() 661 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_cablestar_hdci_frontend_attach()
|
/drivers/media/pci/ngene/ |
D | ngene-cards.c | 173 status = chan->gate_ctrl(fe, 1); in drxk_gate_ctrl() 175 status = chan->gate_ctrl(fe, 0); in drxk_gate_ctrl() 393 chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl; in demod_attach_stv0367() 421 chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl; in demod_attach_cxd28xx() 504 chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl; in demod_attach_drxk()
|
D | ngene.h | 649 int (*gate_ctrl)(struct dvb_frontend *, int); member 862 int (*gate_ctrl)(struct dvb_frontend *, int); member
|
/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 99 int (*gate_ctrl)(struct dvb_frontend *fe, int gate); member 462 status = dvb->gate_ctrl(fe, 1); in drxk_gate_ctrl() 464 status = dvb->gate_ctrl(fe, 0); in drxk_gate_ctrl() 1718 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init() 1749 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init()
|
/drivers/media/pci/cx23885/ |
D | cx23885.h | 299 void (*gate_ctrl)(struct cx23885_tsport *port, int open); member
|
D | cx23885-dvb.c | 1221 port->gate_ctrl = cx23885_dvb_gate_ctrl; in dvb_register() 2619 port->gate_ctrl = NULL; in dvb_register() 2738 port->gate_ctrl = NULL; in cx23885_dvb_unregister()
|
/drivers/media/dvb-frontends/ |
D | stv0910.c | 1232 static int gate_ctrl(struct dvb_frontend *fe, int enable) in gate_ctrl() function 1740 .i2c_gate_ctrl = gate_ctrl,
|