Lines Matching full:feed
240 /* Kernel DVB framework calls this when the feed needs to start.
244 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() argument
246 struct dvb_demux *demux = feed->demux; in cx18_dvb_start_feed()
256 CX18_DEBUG_INFO("Start feed: pid = 0x%x index = %d\n", in cx18_dvb_start_feed()
257 feed->pid, feed->index); in cx18_dvb_start_feed()
263 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed()
314 /* Kernel DVB framework calls this when the feed needs to stop. */
315 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed() argument
317 struct dvb_demux *demux = feed->demux; in cx18_dvb_stop_feed()
324 CX18_DEBUG_INFO("Stop feed: pid = 0x%x index = %d\n", in cx18_dvb_stop_feed()
325 feed->pid, feed->index); in cx18_dvb_stop_feed()