Searched refs:gate_ctrl (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A 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 …]
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134.h | 674 void (*gate_ctrl)(struct saa7134_dev *dev, int open); member 705 if (dev->gate_ctrl) \ 706 dev->gate_ctrl(dev, 1); \ 708 if (dev->gate_ctrl) \ 709 dev->gate_ctrl(dev, 0); \ 714 if (dev->gate_ctrl) \ 715 dev->gate_ctrl(dev, 1); \ 718 if (dev->gate_ctrl) \ 719 dev->gate_ctrl(dev, 0); \
|
| /linux/drivers/media/pci/ngene/ |
| H A 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()
|
| H A D | ngene.h | 613 int (*gate_ctrl)(struct dvb_frontend *, int); member 814 int (*gate_ctrl)(struct dvb_frontend *, int); member
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0910.c | 1218 static int gate_ctrl(struct dvb_frontend *fe, int enable) in gate_ctrl() function 1726 .i2c_gate_ctrl = gate_ctrl,
|