Symbol: gate_ctrl
drivers/media/dvb-frontends/stv0910.c
1726
.i2c_gate_ctrl = gate_ctrl,
drivers/media/pci/cx23885/cx23885-dvb.c
1219
port->gate_ctrl = cx23885_dvb_gate_ctrl;
drivers/media/pci/cx23885/cx23885-dvb.c
2617
port->gate_ctrl = NULL;
drivers/media/pci/cx23885/cx23885-dvb.c
2736
port->gate_ctrl = NULL;
drivers/media/pci/cx23885/cx23885.h
300
void (*gate_ctrl)(struct cx23885_tsport *port, int open);
drivers/media/pci/cx88/cx88-dvb.c
1007
core->gate_ctrl = cx88_dvb_gate_ctrl;
drivers/media/pci/cx88/cx88-dvb.c
1638
core->gate_ctrl = NULL;
drivers/media/pci/cx88/cx88-dvb.c
1816
core->gate_ctrl = NULL;
drivers/media/pci/cx88/cx88.h
373
void (*gate_ctrl)(struct cx88_core *core, int open);
drivers/media/pci/cx88/cx88.h
420
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
421
core->gate_ctrl(core, 1); \
drivers/media/pci/cx88/cx88.h
424
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
425
core->gate_ctrl(core, 0); \
drivers/media/pci/cx88/cx88.h
438
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
439
core->gate_ctrl(core, 1); \
drivers/media/pci/cx88/cx88.h
441
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
442
core->gate_ctrl(core, 0); \
drivers/media/pci/cx88/cx88.h
452
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
453
core->gate_ctrl(core, 1); \
drivers/media/pci/cx88/cx88.h
455
if (core->gate_ctrl) \
drivers/media/pci/cx88/cx88.h
456
core->gate_ctrl(core, 0); \
drivers/media/pci/ngene/ngene-cards.c
173
status = chan->gate_ctrl(fe, 1);
drivers/media/pci/ngene/ngene-cards.c
175
status = chan->gate_ctrl(fe, 0);
drivers/media/pci/ngene/ngene-cards.c
393
chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
drivers/media/pci/ngene/ngene-cards.c
421
chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
drivers/media/pci/ngene/ngene-cards.c
504
chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
drivers/media/pci/ngene/ngene.h
613
int (*gate_ctrl)(struct dvb_frontend *, int);
drivers/media/pci/ngene/ngene.h
814
int (*gate_ctrl)(struct dvb_frontend *, int);
drivers/media/pci/saa7134/saa7134.h
674
void (*gate_ctrl)(struct saa7134_dev *dev, int open);
drivers/media/pci/saa7134/saa7134.h
705
if (dev->gate_ctrl) \
drivers/media/pci/saa7134/saa7134.h
706
dev->gate_ctrl(dev, 1); \
drivers/media/pci/saa7134/saa7134.h
708
if (dev->gate_ctrl) \
drivers/media/pci/saa7134/saa7134.h
709
dev->gate_ctrl(dev, 0); \
drivers/media/pci/saa7134/saa7134.h
714
if (dev->gate_ctrl) \
drivers/media/pci/saa7134/saa7134.h
715
dev->gate_ctrl(dev, 1); \
drivers/media/pci/saa7134/saa7134.h
718
if (dev->gate_ctrl) \
drivers/media/pci/saa7134/saa7134.h
719
dev->gate_ctrl(dev, 0); \
drivers/media/usb/dvb-usb-v2/az6007.c
46
int (*gate_ctrl) (struct dvb_frontend *, int);
drivers/media/usb/dvb-usb-v2/az6007.c
640
st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl;
drivers/media/usb/dvb-usb-v2/az6007.c
661
st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl;
drivers/media/usb/dvb-usb-v2/az6007.c
88
status = st->gate_ctrl(fe, 1);
drivers/media/usb/dvb-usb-v2/az6007.c
90
status = st->gate_ctrl(fe, 0);
drivers/media/usb/em28xx/em28xx-dvb.c
1741
dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;
drivers/media/usb/em28xx/em28xx-dvb.c
1772
dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;
drivers/media/usb/em28xx/em28xx-dvb.c
459
status = dvb->gate_ctrl(fe, 1);
drivers/media/usb/em28xx/em28xx-dvb.c
461
status = dvb->gate_ctrl(fe, 0);
drivers/media/usb/em28xx/em28xx-dvb.c
96
int (*gate_ctrl)(struct dvb_frontend *fe, int gate);