Home
last modified time | relevance | path

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

12

/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-common.c35 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 Dc8sectpfe-common.h55 void *stop_feed);
/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c123 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 Dngene-dvb.c304 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 Dngene.h842 int (*stop_feed)(struct dvb_demux_feed *),
/linux/include/media/
H A Ddvb_demux.h208 int (*stop_feed)(struct dvb_demux_feed *feed); member
/linux/drivers/media/dvb-core/
H A Ddvb_demux.c774 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 Dcx231xx-dvb.c330 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 Dfiredtv-dvb.c176 fdtv->demux.stop_feed = fdtv_stop_feed; in fdtv_dvb_register()
/linux/drivers/media/pci/mantis/
H A Dmantis_dvb.c163 mantis->demux.stop_feed = mantis_dvb_stop_feed; in mantis_dvb_init()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c733 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 Dflexcop.c73 fc->demux.stop_feed = flexcop_dvb_stop_feed; in flexcop_dvb_init()
/linux/drivers/media/usb/as102/
H A Das102_drv.c303 as102_dev->dvb_dmx.stop_feed = as102_dvb_dmx_stop_feed; in as102_dvb_register()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dvb.c123 dvb->demux.stop_feed = vb2_dvb_stop_feed; in vb2_dvb_register_frontend()
/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-dvb.c182 adap->demux.stop_feed = dvb_usb_stop_feed; in dvb_usb_adapter_dvb_init()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c263 adap->demux.stop_feed = pvr2_dvb_stop_feed; in pvr2_dvb_adapter_init()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.c326 dvb->demux.stop_feed = vidtv_stop_feed; in vidtv_bridge_dmx_init()
/linux/drivers/media/pci/cx18/
H A Dcx18-dvb.c361 dvbdemux->stop_feed = cx18_dvb_stop_feed; in cx18_dvb_register()
/linux/drivers/media/spi/
H A Dcxd2880-spi.c570 dvb_spi->demux.stop_feed = cxd2880_stop_feed; in cxd2880_spi_probe()
/linux/drivers/media/usb/au0828/
H A Dau0828-dvb.c455 dvb->demux.stop_feed = au0828_dvb_stop_feed; in dvb_register()
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c357 dvbdemux->stop_feed = budget_stop_feed; in budget_register()
/linux/drivers/media/pci/pluto2/
H A Dpluto2.c662 dvbdemux->stop_feed = pluto_stop_feed; in pluto2_probe()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c409 dvb->demux.stop_feed = saa7164_dvb_stop_feed; in dvb_register()
/linux/drivers/media/pci/pt3/
H A Dpt3.c557 adap->demux.stop_feed = pt3_stop_feed; in pt3_alloc_adapter()
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c738 card->demux.stop_feed = dvb_bt8xx_stop_feed; in dvb_bt8xx_load_card()

12