Home
last modified time | relevance | path

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

12

/drivers/media/video/cx23885/
Daltera-ci.c132 int (*stop_feed)(struct dvb_demux_feed *feed); member
473 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release()
596 pid_filt->stop_feed(feed); in altera_pid_feed_control()
684 pid_filt->stop_feed = config->demux->stop_feed; in altera_hw_filt_init()
688 pid_filt->demux->stop_feed = altera_ci_stop_feed_1; in altera_hw_filt_init()
691 pid_filt->demux->stop_feed = altera_ci_stop_feed_2; in altera_hw_filt_init()
/drivers/media/dvb/ngene/
Dngene-dvb.c225 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init()
233 dvbdemux->stop_feed = stop_feed; in my_dvb_dmx_ts_card_init()
Dngene.h910 int (*stop_feed)(struct dvb_demux_feed *),
/drivers/media/dvb/dvb-core/
Ddvb_demux.h107 int (*stop_feed)(struct dvb_demux_feed *feed); member
Ddvb_demux.c743 if (!demux->stop_feed) { in dmx_ts_feed_stop_filtering()
748 ret = demux->stop_feed(feed); in dmx_ts_feed_stop_filtering()
979 if (!dvbdmx->stop_feed) { in dmx_section_feed_stop_filtering()
984 ret = dvbdmx->stop_feed(dvbdmxfeed); in dmx_section_feed_stop_filtering()
/drivers/media/video/cx231xx/
Dcx231xx-dvb.c319 static int stop_feed(struct dvb_demux_feed *feed) in stop_feed() function
484 dvb->demux.stop_feed = stop_feed; in register_dvb()
/drivers/staging/media/as102/
Das102_drv.c212 as102_dev->dvb_dmx.stop_feed = as102_dvb_dmx_stop_feed; in as102_dvb_register()
/drivers/media/dvb/ddbridge/
Dddbridge-core.c720 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init()
728 dvbdemux->stop_feed = stop_feed; in my_dvb_dmx_ts_card_init()
769 static int stop_feed(struct dvb_demux_feed *dvbdmxfeed) in stop_feed() function
835 stop_feed, input); in dvb_input_attach()
/drivers/media/dvb/firewire/
Dfiredtv-dvb.c180 fdtv->demux.stop_feed = fdtv_stop_feed; in fdtv_dvb_register()
/drivers/media/dvb/mantis/
Dmantis_dvb.c175 mantis->demux.stop_feed = mantis_dvb_stop_feed; in mantis_dvb_init()
/drivers/media/dvb/b2c2/
Dflexcop.c86 fc->demux.stop_feed = flexcop_dvb_stop_feed; in flexcop_dvb_init()
/drivers/media/dvb/dvb-usb/
Ddvb-usb-dvb.c129 adap->demux.stop_feed = dvb_usb_stop_feed; in dvb_usb_adapter_dvb_init()
/drivers/media/video/pvrusb2/
Dpvrusb2-dvb.c278 adap->demux.stop_feed = pvr2_dvb_stop_feed; in pvr2_dvb_adapter_init()
/drivers/media/video/au0828/
Dau0828-dvb.c286 dvb->demux.stop_feed = au0828_dvb_stop_feed; in dvb_register()
/drivers/media/video/tm6000/
Dtm6000-dvb.c339 dvb->demux.stop_feed = tm6000_stop_feed; in register_dvb()
/drivers/media/video/
Dvideobuf-dvb.c186 dvb->demux.stop_feed = videobuf_dvb_stop_feed; in videobuf_dvb_register_frontend()
/drivers/media/video/cx18/
Dcx18-dvb.c375 dvbdemux->stop_feed = cx18_dvb_stop_feed; in cx18_dvb_register()
/drivers/media/video/saa7164/
Dsaa7164-dvb.c364 dvb->demux.stop_feed = saa7164_dvb_stop_feed; in dvb_register()
/drivers/media/video/tlg2300/
Dpd-dvb.c547 dvbdemux->stop_feed = pd_stop_feed; in pd_dvb_usb_device_init()
/drivers/media/dvb/ttpci/
Dbudget-core.c360 dvbdemux->stop_feed = budget_stop_feed; in budget_register()
/drivers/media/dvb/pluto2/
Dpluto2.c685 dvbdemux->stop_feed = pluto_stop_feed; in pluto2_probe()
/drivers/media/dvb/bt8xx/
Ddvb-bt8xx.c746 card->demux.stop_feed = dvb_bt8xx_stop_feed; in dvb_bt8xx_load_card()
/drivers/media/video/em28xx/
Dem28xx-dvb.c660 dvb->demux.stop_feed = em28xx_stop_feed; in em28xx_register_dvb()
/drivers/media/dvb/siano/
Dsmsdvb.c958 client->demux.stop_feed = smsdvb_stop_feed; in smsdvb_hotplug()
/drivers/media/dvb/dm1105/
Ddm1105.c1086 dvbdemux->stop_feed = dm1105_stop_feed; in dm1105_probe()

12