Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/common/tuners/
Dtda9887.c292 tuner_info("read: 0x%2x\n", buf[0]); in dump_read_message()
293 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no"); in dump_read_message()
294 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]); in dump_read_message()
295 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low"); in dump_read_message()
296 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out"); in dump_read_message()
297 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low"); in dump_read_message()
342 tuner_info("write: byte B 0x%02x\n", buf[1]); in dump_write_message()
343 tuner_info(" B0 video mode : %s\n", in dump_write_message()
345 tuner_info(" B1 auto mute fm : %s\n", in dump_write_message()
347 tuner_info(" B2 carrier mode : %s\n", in dump_write_message()
[all …]
Dtea5767.c139 tuner_info("Ready Flag ON\n"); in tea5767_status_dump()
141 tuner_info("Ready Flag OFF\n"); in tea5767_status_dump()
144 tuner_info("Tuner at band limit\n"); in tea5767_status_dump()
146 tuner_info("Tuner not at band limit\n"); in tea5767_status_dump()
168 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n", in tea5767_status_dump()
172 tuner_info("Stereo\n"); in tea5767_status_dump()
174 tuner_info("Mono\n"); in tea5767_status_dump()
176 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK); in tea5767_status_dump()
178 tuner_info("ADC Level = %d\n", in tea5767_status_dump()
181 tuner_info("Chip ID = %d\n", (buffer[3] & TEA5767_CHIP_ID_MASK)); in tea5767_status_dump()
[all …]
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", in load_all_firmwares()
401 tuner_info("Releasing partially loaded firmware file.\n"); in load_all_firmwares()
533 tuner_info("Loading firmware for type="); in load_firmware()
577 tuner_info("Invalid RESET code %d\n", in load_firmware()
659 tuner_info("Loading SCODE for type="); in load_scode()
696 tuner_info("xc2028/3028 firmware name not set!\n"); in check_firmware()
1336 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
Dmt20xx.c154 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n", in mt2032_compute_freq()
634 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n", in microtune_attach()
649 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n", in microtune_attach()
656 tuner_info("microtune %s found, OK\n",name); in microtune_attach()
Dtuner-simple.c1093 tuner_info("type set to %d (%s)\n", in simple_tuner_attach()
1099 tuner_info("tuner %d atv rf input will be " in simple_tuner_attach()
1102 tuner_info("tuner %d atv rf input will be " in simple_tuner_attach()
1106 tuner_info("tuner %d dtv rf input will be " in simple_tuner_attach()
1109 tuner_info("tuner %d dtv rf input will be " in simple_tuner_attach()
Dtda8290.c612 tuner_info("could not clearly identify tuner address, " in tda829x_find_tuner()
616 tuner_info("setting tuner address to %x\n", tuner_addrs); in tda829x_find_tuner()
792 tuner_info("type set to %s\n", name); in tda829x_attach()
Dtuner-i2c.h113 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
Dtea5761.c337 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio"); in tea5761_attach()
/linux-2.6.39/drivers/media/video/
Dtuner-core.c92 #define tuner_info(fmt, arg...) do { \ macro
592 tuner_info("I2C RECV = "); in tuner_probe()
673 tuner_info("Tuner %d found with type(s)%s%s.\n", in tuner_probe()
940 tuner_info("ntsc= argument not recognised\n"); in tuner_fixup_std()
1034 tuner_info("Tuner mode: %s%s\n", p, in tuner_status()
1036 tuner_info("Frequency: %lu.%02lu MHz\n", freq, freq_fraction); in tuner_status()
1037 tuner_info("Standard: 0x%08lx\n", (unsigned long)t->std); in tuner_status()
1045 tuner_info("Tuner is locked.\n"); in tuner_status()
1047 tuner_info("Stereo: yes\n"); in tuner_status()
1050 tuner_info("Signal strength: %d\n", in tuner_status()