Lines Matching full:feed
230 /* Kernel DVB framework calls this when the feed needs to start.
234 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() argument
236 struct dvb_demux *demux = feed->demux; in cx18_dvb_start_feed()
246 CX18_DEBUG_INFO("Start feed: pid = 0x%x index = %d\n", in cx18_dvb_start_feed()
247 feed->pid, feed->index); in cx18_dvb_start_feed()
253 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed()
304 /* Kernel DVB framework calls this when the feed needs to stop. */
305 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed() argument
307 struct dvb_demux *demux = feed->demux; in cx18_dvb_stop_feed()
314 CX18_DEBUG_INFO("Stop feed: pid = 0x%x index = %d\n", in cx18_dvb_stop_feed()
315 feed->pid, feed->index); in cx18_dvb_stop_feed()