Searched refs:full_ts (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110.c91 static int full_ts; variable
110 module_param(full_ts, int, 0444);
111 MODULE_PARM_DESC(full_ts, "enable code for full-ts hardware modification: 0 disable (default), 1 enable");
799 if (av7110->full_ts)
850 if (av7110->full_ts)
912 if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->full_ts) {
973 if (!av7110->full_ts && feed->pid > 0x1fff)
1002 if (av7110->full_ts) {
1054 if (av7110->full_ts) {
1092 feeding = av7110->feeding1; /* full_ts mo
[all...]
H A Dav7110.h195 bool full_ts; member in struct:av7110
H A Dav7110_av.c855 if (av7110->full_ts && demux->dmx.frontend->source != DMX_MEMORY_FE)

Completed in 55 milliseconds