Searched refs:gate_ctrl (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/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 | 1009 core->gate_ctrl = cx88_dvb_gate_ctrl; in dvb_register() 1640 core->gate_ctrl = NULL; in dvb_register() 1818 core->gate_ctrl = NULL; in cx8802_dvb_remove()
|
/linux-5.19.10/drivers/media/pci/saa7134/ |
D | saa7134.h | 686 void (*gate_ctrl)(struct saa7134_dev *dev, int open); member 717 if (dev->gate_ctrl) \ 718 dev->gate_ctrl(dev, 1); \ 720 if (dev->gate_ctrl) \ 721 dev->gate_ctrl(dev, 0); \ 726 if (dev->gate_ctrl) \ 727 dev->gate_ctrl(dev, 1); \ 730 if (dev->gate_ctrl) \ 731 dev->gate_ctrl(dev, 0); \
|
/linux-5.19.10/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() 639 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_frontend_attach() 660 st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl; in az6007_cablestar_hdci_frontend_attach()
|
/linux-5.19.10/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
|
/linux-5.19.10/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 100 int (*gate_ctrl)(struct dvb_frontend *fe, int gate); member 463 status = dvb->gate_ctrl(fe, 1); in drxk_gate_ctrl() 465 status = dvb->gate_ctrl(fe, 0); in drxk_gate_ctrl() 1739 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init() 1770 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl; in em28xx_dvb_init()
|
/linux-5.19.10/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() 2631 port->gate_ctrl = NULL; in dvb_register() 2750 port->gate_ctrl = NULL; in cx23885_dvb_unregister()
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stv0910.c | 1223 static int gate_ctrl(struct dvb_frontend *fe, int enable) in gate_ctrl() function 1731 .i2c_gate_ctrl = gate_ctrl,
|