gate_ctrl        1740 drivers/media/dvb-frontends/stv0910.c 	.i2c_gate_ctrl			= gate_ctrl,
gate_ctrl        1221 drivers/media/pci/cx23885/cx23885-dvb.c 	port->gate_ctrl = cx23885_dvb_gate_ctrl;
gate_ctrl        2606 drivers/media/pci/cx23885/cx23885-dvb.c 	port->gate_ctrl = NULL;
gate_ctrl        2725 drivers/media/pci/cx23885/cx23885-dvb.c 	port->gate_ctrl = NULL;
gate_ctrl         299 drivers/media/pci/cx23885/cx23885.h 	void                (*gate_ctrl)(struct cx23885_tsport *port, int open);
gate_ctrl        1008 drivers/media/pci/cx88/cx88-dvb.c 	core->gate_ctrl = cx88_dvb_gate_ctrl;
gate_ctrl        1638 drivers/media/pci/cx88/cx88-dvb.c 	core->gate_ctrl = NULL;
gate_ctrl        1816 drivers/media/pci/cx88/cx88-dvb.c 	core->gate_ctrl = NULL;
gate_ctrl         372 drivers/media/pci/cx88/cx88.h 	void	(*gate_ctrl)(struct cx88_core *core, int open);
gate_ctrl         419 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)			\
gate_ctrl         420 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 1);	\
gate_ctrl         423 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)			\
gate_ctrl         424 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 0);	\
gate_ctrl         437 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)				\
gate_ctrl         438 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 1);		\
gate_ctrl         440 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)				\
gate_ctrl         441 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 0);		\
gate_ctrl         451 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)				\
gate_ctrl         452 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 1);		\
gate_ctrl         454 drivers/media/pci/cx88/cx88.h 			if (core->gate_ctrl)				\
gate_ctrl         455 drivers/media/pci/cx88/cx88.h 				core->gate_ctrl(core, 0);		\
gate_ctrl         173 drivers/media/pci/ngene/ngene-cards.c 		status = chan->gate_ctrl(fe, 1);
gate_ctrl         175 drivers/media/pci/ngene/ngene-cards.c 		status = chan->gate_ctrl(fe, 0);
gate_ctrl         393 drivers/media/pci/ngene/ngene-cards.c 	chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
gate_ctrl         421 drivers/media/pci/ngene/ngene-cards.c 	chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
gate_ctrl         504 drivers/media/pci/ngene/ngene-cards.c 	chan->gate_ctrl = chan->fe->ops.i2c_gate_ctrl;
gate_ctrl         647 drivers/media/pci/ngene/ngene.h 	int (*gate_ctrl)(struct dvb_frontend *, int);
gate_ctrl         860 drivers/media/pci/ngene/ngene.h 	int (*gate_ctrl)(struct dvb_frontend *, int);
gate_ctrl         685 drivers/media/pci/saa7134/saa7134.h 	void (*gate_ctrl)(struct saa7134_dev *dev, int open);
gate_ctrl         716 drivers/media/pci/saa7134/saa7134.h 	if (dev->gate_ctrl)						\
gate_ctrl         717 drivers/media/pci/saa7134/saa7134.h 		dev->gate_ctrl(dev, 1);					\
gate_ctrl         719 drivers/media/pci/saa7134/saa7134.h 	if (dev->gate_ctrl)						\
gate_ctrl         720 drivers/media/pci/saa7134/saa7134.h 		dev->gate_ctrl(dev, 0);					\
gate_ctrl         725 drivers/media/pci/saa7134/saa7134.h 	if (dev->gate_ctrl)						\
gate_ctrl         726 drivers/media/pci/saa7134/saa7134.h 		dev->gate_ctrl(dev, 1);					\
gate_ctrl         729 drivers/media/pci/saa7134/saa7134.h 	if (dev->gate_ctrl)						\
gate_ctrl         730 drivers/media/pci/saa7134/saa7134.h 		dev->gate_ctrl(dev, 0);					\
gate_ctrl          46 drivers/media/usb/dvb-usb-v2/az6007.c 	int			(*gate_ctrl) (struct dvb_frontend *, int);
gate_ctrl          88 drivers/media/usb/dvb-usb-v2/az6007.c 		status = st->gate_ctrl(fe, 1);
gate_ctrl          90 drivers/media/usb/dvb-usb-v2/az6007.c 		status = st->gate_ctrl(fe, 0);
gate_ctrl         639 drivers/media/usb/dvb-usb-v2/az6007.c 	st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl;
gate_ctrl         660 drivers/media/usb/dvb-usb-v2/az6007.c 	st->gate_ctrl = adap->fe[0]->ops.i2c_gate_ctrl;
gate_ctrl          99 drivers/media/usb/em28xx/em28xx-dvb.c 	int (*gate_ctrl)(struct dvb_frontend *fe, int gate);
gate_ctrl         462 drivers/media/usb/em28xx/em28xx-dvb.c 		status = dvb->gate_ctrl(fe, 1);
gate_ctrl         464 drivers/media/usb/em28xx/em28xx-dvb.c 		status = dvb->gate_ctrl(fe, 0);
gate_ctrl        1663 drivers/media/usb/em28xx/em28xx-dvb.c 		dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;
gate_ctrl        1694 drivers/media/usb/em28xx/em28xx-dvb.c 		dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;