Lines Matching refs:full_ts
87 static int full_ts; variable
105 module_param(full_ts, int, 0444);
106 MODULE_PARM_DESC(full_ts, "enable code for full-ts hardware modification: 0 disable (default), 1 en…
798 if (av7110->full_ts) in StartHWFilter()
848 if (av7110->full_ts) in StopHWFilter()
909 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) { in dvb_feed_start_pid()
970 if (!av7110->full_ts && feed->pid > 0x1fff) in av7110_start_feed()
999 if (av7110->full_ts) { in av7110_start_feed()
1051 if (av7110->full_ts) { in av7110_stop_feed()
1254 struct dvb_demux *demux = budget->full_ts ? &budget->demux : &budget->demux1; in vpeirq()
1305 dvbdemux->filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1306 dvbdemux->feednum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1316 av7110->dmxdev.filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
2498 if (full_ts) in av7110_attach()
2499 av7110->full_ts = true; in av7110_attach()
2505 av7110->full_ts = true; in av7110_attach()
2508 if (av7110->full_ts) { in av7110_attach()
2766 if (budgetpatch || av7110->full_ts) { in av7110_detach()