/drivers/media/pci/cx23885/ |
D | altera-ci.c | 132 int (*stop_feed)(struct dvb_demux_feed *feed); member 474 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release() 597 pid_filt->stop_feed(feed); in altera_pid_feed_control() 685 pid_filt->stop_feed = config->demux->stop_feed; in altera_hw_filt_init() 689 pid_filt->demux->stop_feed = altera_ci_stop_feed_1; in altera_hw_filt_init() 692 pid_filt->demux->stop_feed = altera_ci_stop_feed_2; in altera_hw_filt_init()
|
/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 225 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()
|
D | ngene.h | 909 int (*stop_feed)(struct dvb_demux_feed *),
|
/drivers/media/dvb-core/ |
D | dvb_demux.h | 107 int (*stop_feed)(struct dvb_demux_feed *feed); member
|
D | dvb_demux.c | 764 if (!demux->stop_feed) { in dmx_ts_feed_stop_filtering() 769 ret = demux->stop_feed(feed); in dmx_ts_feed_stop_filtering() 1000 if (!dvbdmx->stop_feed) { in dmx_section_feed_stop_filtering() 1005 ret = dvbdmx->stop_feed(dvbdmxfeed); in dmx_section_feed_stop_filtering()
|
/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 319 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/ |
D | as102_drv.c | 212 as102_dev->dvb_dmx.stop_feed = as102_dvb_dmx_stop_feed; in as102_dvb_register()
|
/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 720 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/firewire/ |
D | firedtv-dvb.c | 180 fdtv->demux.stop_feed = fdtv_stop_feed; in fdtv_dvb_register()
|
/drivers/media/pci/mantis/ |
D | mantis_dvb.c | 175 mantis->demux.stop_feed = mantis_dvb_stop_feed; in mantis_dvb_init()
|
/drivers/media/usb/dvb-usb/ |
D | dvb-usb-dvb.c | 128 adap->demux.stop_feed = dvb_usb_stop_feed; in dvb_usb_adapter_dvb_init()
|
/drivers/media/common/b2c2/ |
D | flexcop.c | 87 fc->demux.stop_feed = flexcop_dvb_stop_feed; in flexcop_dvb_init()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 278 adap->demux.stop_feed = pvr2_dvb_stop_feed; in pvr2_dvb_adapter_init()
|
/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 339 dvb->demux.stop_feed = tm6000_stop_feed; in register_dvb()
|
/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 182 dvb->demux.stop_feed = videobuf_dvb_stop_feed; in videobuf_dvb_register_frontend()
|
/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 335 dvb->demux.stop_feed = au0828_dvb_stop_feed; in dvb_register()
|
/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 377 dvbdemux->stop_feed = cx18_dvb_stop_feed; in cx18_dvb_register()
|
/drivers/media/usb/tlg2300/ |
D | pd-dvb.c | 548 dvbdemux->stop_feed = pd_stop_feed; in pd_dvb_usb_device_init()
|
/drivers/media/pci/saa7164/ |
D | saa7164-dvb.c | 364 dvb->demux.stop_feed = saa7164_dvb_stop_feed; in dvb_register()
|
/drivers/media/pci/ttpci/ |
D | budget-core.c | 360 dvbdemux->stop_feed = budget_stop_feed; in budget_register()
|
/drivers/media/pci/pluto2/ |
D | pluto2.c | 676 dvbdemux->stop_feed = pluto_stop_feed; in pluto2_probe()
|
/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 747 card->demux.stop_feed = dvb_bt8xx_stop_feed; in dvb_bt8xx_load_card()
|
/drivers/media/pci/dm1105/ |
D | dm1105.c | 1095 dvbdemux->stop_feed = dm1105_stop_feed; in dm1105_probe()
|
/drivers/media/pci/pt1/ |
D | pt1.c | 681 demux->stop_feed = pt1_stop_feed; in pt1_alloc_adapter()
|
/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 873 dvb->demux.stop_feed = em28xx_stop_feed; in em28xx_register_dvb()
|