Lines Matching full:feed
30 * enum dvb_dmx_filter_type - type of demux feed.
32 * @DMX_TYPE_TS: feed is in TS mode.
33 * @DMX_TYPE_SEC: feed is in Section mode.
71 * @feed: &struct dvb_demux_feed pointer.
85 struct dvb_demux_feed *feed; member
97 * @feed: a union describing a digital TV feed.
98 * Depending on the feed type, it can be either
99 * @feed.ts or @feed.sec.
100 * @feed.ts: a &struct dmx_ts_feed pointer.
101 * For TS feed only.
102 * @feed.sec: a &struct dmx_section_feed pointer.
103 * For section feed only.
105 * Depending on the feed type, it can be either
108 * For TS feed only.
110 * For section feed only.
116 * @timeout: feed timeout.
127 * @index: a unique index for each feed. Can be used as hardware
134 } feed; member
173 * a DVB feed.
175 * a DVB feed.
176 * @write_to_decoder: callback routine to be called if the feed is TS and
187 * @feed: pointer to &struct dvb_demux_feed.
195 * @mutex: pointer to &struct mutex used to protect feed set
207 int (*start_feed)(struct dvb_demux_feed *feed);
208 int (*stop_feed)(struct dvb_demux_feed *feed);
209 int (*write_to_decoder)(struct dvb_demux_feed *feed,
211 u32 (*check_crc32)(struct dvb_demux_feed *feed,
213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst,
219 struct dvb_demux_feed *feed; member
342 * depends on the &dvb_demux->feed->cb.ts logic.
348 * This function relies on &dvb_demux->feed->cb.ts to actually handle the