Lines Matching refs:full_ts
90 static int full_ts; variable
109 module_param(full_ts, int, 0444);
110 MODULE_PARM_DESC(full_ts, "enable code for full-ts hardware modification: 0 disable (default), 1 en…
811 if (av7110->full_ts) in StartHWFilter()
862 if (av7110->full_ts) in StopHWFilter()
924 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) { in dvb_feed_start_pid()
985 if (!av7110->full_ts && feed->pid > 0x1fff) in av7110_start_feed()
1014 if (av7110->full_ts) { in av7110_start_feed()
1066 if (av7110->full_ts) { in av7110_stop_feed()
1269 struct dvb_demux *demux = budget->full_ts ? &budget->demux : &budget->demux1; in vpeirq()
1320 dvbdemux->filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1321 dvbdemux->feednum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1331 av7110->dmxdev.filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
2511 if (full_ts) in av7110_attach()
2512 av7110->full_ts = true; in av7110_attach()
2518 av7110->full_ts = true; in av7110_attach()
2521 if (av7110->full_ts) { in av7110_attach()
2778 if (budgetpatch || av7110->full_ts) { in av7110_detach()