Lines Matching defs:feed
322 static int cxd2880_start_feed(struct dvb_demux_feed *feed)
329 if (!feed) {
334 demux = feed->demux;
336 pr_err("feed->demux is NULL\n");
347 if (feed->pid == 0x2000) {
359 pr_debug("all PID feed (count = %d)\n",
369 cfgtmp.pid_config[i].pid = feed->pid;
371 feed->pid, i);
416 pr_debug("start feed (count %d)\n", dvb_spi->feed_count);
420 static int cxd2880_stop_feed(struct dvb_demux_feed *feed)
427 if (!feed) {
432 demux = feed->demux;
434 pr_err("feed->demux is NULL\n");
440 pr_err("no feed is started\n");
444 if (feed->pid == 0x2000) {
447 * Number of 0x2000 feed request was stored
451 pr_err("PID %d not found.\n", feed->pid);
461 if (feed->pid == cfgtmp.pid_config[i].pid &&
466 feed->pid, i);
473 pr_err("PID %d not found\n", feed->pid);
495 pr_debug("stop feed ok.(count %d)\n", dvb_spi->feed_count);