Searched refs:tuner_info (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda9887.c290 tuner_info("read: 0x%2x\n", buf[0]);
291 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no");
292 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]);
293 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low");
294 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out");
295 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low");
340 tuner_info("write: byte B 0x%02x\n", buf[1]);
341 tuner_info(" B0 video mode : %s\n",
343 tuner_info(" B1 auto mute fm : %s\n",
345 tuner_info(" B
[all...]
H A Dtea5767.c139 tuner_info("Ready Flag ON\n");
141 tuner_info("Ready Flag OFF\n");
144 tuner_info("Tuner at band limit\n");
146 tuner_info("Tuner not at band limit\n");
168 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n",
172 tuner_info("Stereo\n");
174 tuner_info("Mono\n");
176 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK);
178 tuner_info("ADC Level = %d\n",
181 tuner_info("Chi
[all...]
H A Dtuner-xc2028.c101 tuner_info("i2c output error: rc = %d (should be %d)\n",\
310 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n",
401 tuner_info("Releasing partially loaded firmware file.\n");
532 tuner_info("Loading firmware for type=");
576 tuner_info("Invalid RESET code %d\n",
658 tuner_info("Loading SCODE for type=");
695 tuner_info("xc2028/3028 firmware name not set!\n");
1315 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner");
H A Dmt20xx.c154 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n",
634 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n",
649 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n",
656 tuner_info("microtune %s found, OK\n",name);
H A Dtuner-i2c.h113 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
H A Dtuner-simple.c1092 tuner_info("type set to %d (%s)\n",
1098 tuner_info("tuner %d atv rf input will be "
1101 tuner_info("tuner %d atv rf input will be "
1105 tuner_info("tuner %d dtv rf input will be "
1108 tuner_info("tuner %d dtv rf input will be "
H A Dtea5761.c314 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio");
H A Dtda8290.c609 tuner_info("could not clearly identify tuner address, "
613 tuner_info("setting tuner address to %x\n", tuner_addrs);
774 tuner_info("type set to %s\n", name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtuner-core.c120 #define tuner_info(fmt, arg...) do { \ macro
635 tuner_info("ntsc= argument not recognised\n");
663 tuner_info("Tuner mode: %s\n", p);
664 tuner_info("Frequency: %lu.%02lu MHz\n", freq, freq_fraction);
665 tuner_info("Standard: 0x%08lx\n", (unsigned long)t->std);
673 tuner_info("Tuner is locked.\n");
675 tuner_info("Stereo: yes\n");
678 tuner_info("Signal strength: %d\n",
681 tuner_info("Stereo: %s\n",
1044 tuner_info("I2
[all...]

Completed in 37 milliseconds