Searched refs:dvbdmxfeed (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-dvb.c58 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
60 struct firedtv *fdtv = dvbdmxfeed->demux->priv;
64 switch (dvbdmxfeed->type) {
70 dvbdmxfeed->type);
77 if (dvbdmxfeed->type == DMX_TYPE_TS) {
78 switch (dvbdmxfeed->pes_type) {
89 dvbdmxfeed->pes_type);
103 dvbdmxfeed->priv = (typeof(dvbdmxfeed->priv))(unsigned long)c;
104 fdtv->channel_pid[c] = dvbdmxfeed
128 fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
H A Dfiredtv.h159 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed);
160 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-dvb.c12 static int dvb_usb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
14 struct dvb_usb_adapter *adap = dvbdmxfeed->demux->priv;
36 "yes" : "no", dvbdmxfeed->pid,dvbdmxfeed->pid,dvbdmxfeed->index,onoff ?
41 adap->props.pid_filter(adap, dvbdmxfeed->index, dvbdmxfeed->pid,onoff);
68 static int dvb_usb_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
70 deb_ts("start pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid,dvbdmxfeed
74 dvb_usb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_demux.c845 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
846 struct dvb_demux *dvbdemux = dvbdmxfeed->demux;
862 dvbdmxfilter->feed = dvbdmxfeed;
865 dvbdmxfilter->next = dvbdmxfeed->filter;
866 dvbdmxfeed->filter = dvbdmxfilter;
877 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
878 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
886 dvb_demux_feed_add(dvbdmxfeed);
888 dvbdmxfeed->pid = pid;
889 dvbdmxfeed
907 prepare_secfilters(struct dvb_demux_feed *dvbdmxfeed) argument
931 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
976 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
1002 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
1037 struct dvb_demux_feed *dvbdmxfeed; local
1075 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)feed; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene-dvb.c98 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
100 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
111 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
113 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
H A Dngene.h877 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed);
878 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_av.h16 struct dvb_demux_feed *dvbdmxfeed);
H A Dav7110.c789 struct dvb_demux_feed *dvbdmxfeed = dvbdmxfilter->feed; local
790 struct av7110 *av7110 = dvbdmxfeed->demux->priv;
812 } else if ((dvbdmxfeed->ts_type & TS_PACKET) &&
813 !(dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY)) {
814 av7110_p2t_init(&av7110->p2t_filter[dvbdmxfilter->index], dvbdmxfeed);
819 buf[2] = dvbdmxfeed->pid;
878 static int dvb_feed_start_pid(struct dvb_demux_feed *dvbdmxfeed) argument
880 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
889 i = dvbdmxfeed->pes_type;
891 if ((i == 2) && npids[i] && (dvbdmxfeed
921 dvb_feed_stop_pid(struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
H A Dav7110_av.c97 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *) p2t->priv; local
99 if (!(dvbdmxfeed->ts_type & TS_PACKET))
103 if (dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY)
104 return dvbdmxfeed->cb.ts(buf, len, NULL, 0,
105 &dvbdmxfeed->feed.ts, DMX_OK);
112 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *) priv; local
114 dvbdmxfeed->cb.ts(data, 188, NULL, 0,
115 &dvbdmxfeed->feed.ts, DMX_OK);
120 struct dvb_demux_feed *dvbdmxfeed)
123 struct dvb_demux *dvbdmx = dvbdmxfeed
119 av7110_av_start_record(struct av7110 *av7110, int av, struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-dvb.c205 static int pvr2_dvb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
207 struct pvr2_dvb_adapter *adap = dvbdmxfeed->demux->priv;
236 static int pvr2_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
238 pvr2_trace(PVR2_TRACE_DVB_FEED, "start pid: 0x%04x", dvbdmxfeed->pid);
239 return pvr2_dvb_ctrl_feed(dvbdmxfeed, 1);
242 static int pvr2_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
244 pvr2_trace(PVR2_TRACE_DVB_FEED, "stop pid: 0x%04x", dvbdmxfeed->pid);
245 return pvr2_dvb_ctrl_feed(dvbdmxfeed, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c930 static int ttusb_dec_start_ts_feed(struct dvb_demux_feed *dvbdmxfeed) argument
932 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
941 if (dvbdmxfeed->ts_type & TS_DECODER)
944 if (dvbdmxfeed->ts_type & TS_PACKET)
947 if (dvbdmxfeed->ts_type & TS_PAYLOAD_ONLY)
952 switch (dvbdmxfeed->pes_type) {
956 dec->pid[DMX_PES_PCR] = dvbdmxfeed->pid;
957 dec->pid[DMX_PES_VIDEO] = dvbdmxfeed->pid;
958 dec->video_filter = dvbdmxfeed->filter;
964 dec->pid[DMX_PES_AUDIO] = dvbdmxfeed
998 ttusb_dec_start_sec_feed(struct dvb_demux_feed *dvbdmxfeed) argument
1053 ttusb_dec_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
1081 ttusb_dec_stop_ts_feed(struct dvb_demux_feed *dvbdmxfeed) argument
1095 ttusb_dec_stop_sec_feed(struct dvb_demux_feed *dvbdmxfeed) argument
1116 ttusb_dec_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-hw-filter.c171 struct dvb_demux_feed *dvbdmxfeed, int onoff)
176 if (dvbdmxfeed->index >= max_pid_filter)
190 (fc, dvbdmxfeed->index, dvbdmxfeed->pid, onoff);
194 else if (dvbdmxfeed->pid == 0x2000)
170 flexcop_pid_feed_control(struct flexcop_device *fc, struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
H A Dflexcop.c58 static int flexcop_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
60 struct flexcop_device *fc = dvbdmxfeed->demux->priv;
61 return flexcop_pid_feed_control(fc, dvbdmxfeed, 1);
64 static int flexcop_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
66 struct flexcop_device *fc = dvbdmxfeed->demux->priv;
67 return flexcop_pid_feed_control(fc, dvbdmxfeed, 0);
H A Dflexcop-common.h176 struct dvb_demux_feed *dvbdmxfeed, int onoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_dvb.c103 static int mantis_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
105 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
125 static int mantis_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
127 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c879 static void ttusb_handle_ts_data(struct dvb_demux_feed *dvbdmxfeed, const u8 * data, argument
882 dvbdmxfeed->cb.ts(data, len, 0, 0, &dvbdmxfeed->feed.ts, 0);
885 static void ttusb_handle_sec_data(struct dvb_demux_feed *dvbdmxfeed, const u8 * data, argument
888 // struct dvb_demux_feed *dvbdmxfeed = channel->dvbdmxfeed;
890 // dvbdmxfeed->cb.sec(data, len, 0, 0, &dvbdmxfeed->feed.sec, 0);
894 static int ttusb_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
896 struct ttusb *ttusb = (struct ttusb *) dvbdmxfeed
940 ttusb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddvb-bt8xx.c69 static int dvb_bt8xx_start_feed(struct dvb_demux_feed *dvbdmxfeed) argument
71 struct dvb_demux*dvbdmx = dvbdmxfeed->demux;
90 static int dvb_bt8xx_stop_feed(struct dvb_demux_feed *dvbdmxfeed) argument
92 struct dvb_demux *dvbdmx = dvbdmxfeed->demux;

Completed in 213 milliseconds