/linux/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-common.c | 35 void *start_feed, void *stop_feed, in register_dvb() argument 49 demux->dvb_demux.stop_feed = stop_feed; in register_dvb() 128 void *stop_feed) in c8sectpfe_create() argument 160 start_feed, stop_feed, fei); in c8sectpfe_create() 230 void *stop_feed) in c8sectpfe_tuner_register_frontend() argument 236 *c8sectpfe = c8sectpfe_create(fei, start_feed, stop_feed); in c8sectpfe_tuner_register_frontend()
|
H A D | c8sectpfe-common.h | 55 void *stop_feed);
|
/linux/drivers/media/pci/cx23885/ |
H A D | altera-ci.c | 123 int (*stop_feed)(struct dvb_demux_feed *feed); member 465 pid_filt->demux->stop_feed = pid_filt->stop_feed; in altera_hw_filt_release() 587 pid_filt->stop_feed(feed); in altera_pid_feed_control() 678 pid_filt->stop_feed = config->demux->stop_feed; in altera_hw_filt_init() 682 pid_filt->demux->stop_feed = altera_ci_stop_feed_1; in altera_hw_filt_init() 685 pid_filt->demux->stop_feed = altera_ci_stop_feed_2; in altera_hw_filt_init()
|
/linux/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 304 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() 312 dvbdemux->stop_feed = stop_feed; in my_dvb_dmx_ts_card_init()
|
H A D | ngene.h | 842 int (*stop_feed)(struct dvb_demux_feed *),
|
/linux/include/media/ |
H A D | dvb_demux.h | 208 int (*stop_feed)(struct dvb_demux_feed *feed); member
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 774 if (!demux->stop_feed) { in dmx_ts_feed_stop_filtering() 779 ret = demux->stop_feed(feed); in dmx_ts_feed_stop_filtering() 995 if (!dvbdmx->stop_feed) { in dmx_section_feed_stop_filtering() 1000 ret = dvbdmx->stop_feed(dvbdmxfeed); in dmx_section_feed_stop_filtering()
|
/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-dvb.c | 330 static int stop_feed(struct dvb_demux_feed *feed) in stop_feed() function 511 dvb->demux.stop_feed = stop_feed; in register_dvb()
|
/linux/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 176 fdtv->demux.stop_feed = fdtv_stop_feed; in fdtv_dvb_register()
|
/linux/drivers/media/pci/mantis/ |
H A D | mantis_dvb.c | 163 mantis->demux.stop_feed = mantis_dvb_stop_feed; in mantis_dvb_init()
|
/linux/drivers/media/pci/smipcie/ |
H A D | smipcie-main.c | 733 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() 741 dvbdemux->stop_feed = stop_feed; in my_dvb_dmx_ts_card_init()
|
/linux/drivers/media/common/b2c2/ |
H A D | flexcop.c | 73 fc->demux.stop_feed = flexcop_dvb_stop_feed; in flexcop_dvb_init()
|
/linux/drivers/media/usb/as102/ |
H A D | as102_drv.c | 303 as102_dev->dvb_dmx.stop_feed = as102_dvb_dmx_stop_feed; in as102_dvb_register()
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-dvb.c | 123 dvb->demux.stop_feed = vb2_dvb_stop_feed; in vb2_dvb_register_frontend()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-dvb.c | 182 adap->demux.stop_feed = dvb_usb_stop_feed; in dvb_usb_adapter_dvb_init()
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 263 adap->demux.stop_feed = pvr2_dvb_stop_feed; in pvr2_dvb_adapter_init()
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_bridge.c | 326 dvb->demux.stop_feed = vidtv_stop_feed; in vidtv_bridge_dmx_init()
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 361 dvbdemux->stop_feed = cx18_dvb_stop_feed; in cx18_dvb_register()
|
/linux/drivers/media/spi/ |
H A D | cxd2880-spi.c | 570 dvb_spi->demux.stop_feed = cxd2880_stop_feed; in cxd2880_spi_probe()
|
/linux/drivers/media/usb/au0828/ |
H A D | au0828-dvb.c | 455 dvb->demux.stop_feed = au0828_dvb_stop_feed; in dvb_register()
|
/linux/drivers/media/pci/ttpci/ |
H A D | budget-core.c | 357 dvbdemux->stop_feed = budget_stop_feed; in budget_register()
|
/linux/drivers/media/pci/pluto2/ |
H A D | pluto2.c | 662 dvbdemux->stop_feed = pluto_stop_feed; in pluto2_probe()
|
/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-dvb.c | 409 dvb->demux.stop_feed = saa7164_dvb_stop_feed; in dvb_register()
|
/linux/drivers/media/pci/pt3/ |
H A D | pt3.c | 557 adap->demux.stop_feed = pt3_stop_feed; in pt3_alloc_adapter()
|
/linux/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 738 card->demux.stop_feed = dvb_bt8xx_stop_feed; in dvb_bt8xx_load_card()
|