Searched refs:stop_feed (Results 1 - 25 of 29) sorted by relevance

12

/drivers/media/video/cx23885/
H A Daltera-ci.c132 int (*stop_feed)(struct dvb_demux_feed *feed); member in struct:netup_hw_pid_filter
473 pid_filt->demux->stop_feed = pid_filt->stop_feed;
596 pid_filt->stop_feed(feed);
684 pid_filt->stop_feed = config->demux->stop_feed;
688 pid_filt->demux->stop_feed = altera_ci_stop_feed_1;
691 pid_filt->demux->stop_feed = altera_ci_stop_feed_2;
/drivers/media/dvb/ngene/
H A Dngene-dvb.c225 int (*stop_feed)(struct dvb_demux_feed *),
233 dvbdemux->stop_feed = stop_feed;
H A Dngene.h910 int (*stop_feed)(struct dvb_demux_feed *),
/drivers/media/dvb/dvb-core/
H A Ddvb_demux.h107 int (*stop_feed)(struct dvb_demux_feed *feed); member in struct:dvb_demux
H A Ddvb_demux.c743 if (!demux->stop_feed) {
748 ret = demux->stop_feed(feed);
979 if (!dvbdmx->stop_feed) {
984 ret = dvbdmx->stop_feed(dvbdmxfeed);
/drivers/media/video/cx231xx/
H A Dcx231xx-dvb.c319 static int stop_feed(struct dvb_demux_feed *feed) function
484 dvb->demux.stop_feed = stop_feed;
/drivers/media/dvb/firewire/
H A Dfiredtv-dvb.c180 fdtv->demux.stop_feed = fdtv_stop_feed;
/drivers/media/dvb/mantis/
H A Dmantis_dvb.c175 mantis->demux.stop_feed = mantis_dvb_stop_feed;
/drivers/staging/media/as102/
H A Das102_drv.c212 as102_dev->dvb_dmx.stop_feed = as102_dvb_dmx_stop_feed;
/drivers/media/dvb/b2c2/
H A Dflexcop.c86 fc->demux.stop_feed = flexcop_dvb_stop_feed;
/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-dvb.c129 adap->demux.stop_feed = dvb_usb_stop_feed;
/drivers/media/video/pvrusb2/
H A Dpvrusb2-dvb.c278 adap->demux.stop_feed = pvr2_dvb_stop_feed;
/drivers/media/video/tm6000/
H A Dtm6000-dvb.c339 dvb->demux.stop_feed = tm6000_stop_feed;
/drivers/media/dvb/ddbridge/
H A Dddbridge-core.c720 int (*stop_feed)(struct dvb_demux_feed *),
728 dvbdemux->stop_feed = stop_feed;
769 static int stop_feed(struct dvb_demux_feed *dvbdmxfeed) function
835 stop_feed, input);
/drivers/media/video/au0828/
H A Dau0828-dvb.c286 dvb->demux.stop_feed = au0828_dvb_stop_feed;
/drivers/media/video/cx18/
H A Dcx18-dvb.c375 dvbdemux->stop_feed = cx18_dvb_stop_feed;
/drivers/media/video/
H A Dvideobuf-dvb.c62 /* no more feeds left or stop_feed() asked us to quit */
186 dvb->demux.stop_feed = videobuf_dvb_stop_feed;
/drivers/media/dvb/ttpci/
H A Dbudget-core.c360 dvbdemux->stop_feed = budget_stop_feed;
/drivers/media/video/saa7164/
H A Dsaa7164-dvb.c364 dvb->demux.stop_feed = saa7164_dvb_stop_feed;
/drivers/media/video/tlg2300/
H A Dpd-dvb.c547 dvbdemux->stop_feed = pd_stop_feed;
/drivers/media/dvb/bt8xx/
H A Ddvb-bt8xx.c97 dprintk("dvb_bt8xx: stop_feed\n");
746 card->demux.stop_feed = dvb_bt8xx_stop_feed;
/drivers/media/dvb/pluto2/
H A Dpluto2.c685 dvbdemux->stop_feed = pluto_stop_feed;
/drivers/media/dvb/pt1/
H A Dpt1.c681 demux->stop_feed = pt1_stop_feed;
/drivers/media/dvb/siano/
H A Dsmsdvb.c958 client->demux.stop_feed = smsdvb_stop_feed;
/drivers/media/video/em28xx/
H A Dem28xx-dvb.c660 dvb->demux.stop_feed = em28xx_stop_feed;

Completed in 646 milliseconds

12