Lines Matching refs:full_ts
73 static int full_ts; variable
91 module_param(full_ts, int, 0444);
92 MODULE_PARM_DESC(full_ts, "enable code for full-ts hardware modification: 0 disable (default), 1 en…
783 if (av7110->full_ts) in StartHWFilter()
833 if (av7110->full_ts) in StopHWFilter()
894 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) { in dvb_feed_start_pid()
955 if (!av7110->full_ts && feed->pid > 0x1fff) in av7110_start_feed()
984 if (av7110->full_ts) { in av7110_start_feed()
1036 if (av7110->full_ts) { in av7110_stop_feed()
1239 struct dvb_demux *demux = budget->full_ts ? &budget->demux : &budget->demux1; in vpeirq()
1290 dvbdemux->filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1291 dvbdemux->feednum = (av7110->full_ts) ? 256 : 32; in av7110_register()
1301 av7110->dmxdev.filternum = (av7110->full_ts) ? 256 : 32; in av7110_register()
2484 if (full_ts) in av7110_attach()
2485 av7110->full_ts = true; in av7110_attach()
2491 av7110->full_ts = true; in av7110_attach()
2494 if (av7110->full_ts) { in av7110_attach()
2752 if (budgetpatch || av7110->full_ts) { in av7110_detach()