Home
last modified time | relevance | path

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

/drivers/media/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 …]
Dmt20xx.c154 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n", in mt2032_compute_freq()
632 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n", in microtune_attach()
647 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n", in microtune_attach()
654 tuner_info("microtune %s found, OK\n",name); in microtune_attach()
Dtuner-xc2028.c130 tuner_info("i2c output error: rc = %d (should be %d)\n",\
334 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n", in load_all_firmwares()
425 tuner_info("Releasing partially loaded firmware file.\n"); in load_all_firmwares()
561 tuner_info("Loading firmware for type="); in load_firmware()
605 tuner_info("Invalid RESET code %d\n", in load_firmware()
694 tuner_info("Loading SCODE for type="); in load_scode()
1508 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
Dtuner-simple.c1120 tuner_info("type set to %d (%s)\n", in simple_tuner_attach()
1126 tuner_info("tuner %d atv rf input will be " in simple_tuner_attach()
1129 tuner_info("tuner %d atv rf input will be " in simple_tuner_attach()
1133 tuner_info("tuner %d dtv rf input will be " in simple_tuner_attach()
1136 tuner_info("tuner %d dtv rf input will be " in simple_tuner_attach()
Dtda8290.c620 tuner_info("could not clearly identify tuner address, " in tda829x_find_tuner()
624 tuner_info("setting tuner address to %x\n", tuner_addrs); in tda829x_find_tuner()
809 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()
Dr820t.c396 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n", in r820t_write()
450 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n", in r820t_read()
2329 tuner_info("Rafael Micro r820t successfully identified\n"); in r820t_attach()
2347 tuner_info("%s: failed=%d\n", __func__, rc); in r820t_attach()
Dxc4000.c911 tuner_info("Loading SCODE for type="); in load_scode()
/drivers/media/v4l2-core/
Dtuner-core.c93 #define tuner_info(fmt, arg...) do { \ macro
614 tuner_info("I2C RECV = "); in tuner_probe()
695 tuner_info("Tuner %d found with type(s)%s%s.\n", in tuner_probe()
939 tuner_info("ntsc= argument not recognised\n"); in tuner_fixup_std()
1038 tuner_info("Tuner mode: %s%s\n", p, in tuner_status()
1040 tuner_info("Frequency: %lu.%02lu MHz\n", freq, freq_fraction); in tuner_status()
1041 tuner_info("Standard: 0x%08lx\n", (unsigned long)t->std); in tuner_status()
1049 tuner_info("Tuner is locked.\n"); in tuner_status()
1051 tuner_info("Stereo: yes\n"); in tuner_status()
1057 tuner_info("Signal strength: %hu\n", signal); in tuner_status()
/drivers/media/pci/pt3/
Dpt3.c53 .tuner_info = {
65 .tuner_info = {
74 .tuner_info = {
86 .tuner_info = {
403 info = adap_conf[i].tuner_info; in pt3_attach_fe()
412 info = adap_conf[i].tuner_info; in pt3_attach_fe()
Dpt3.h111 struct i2c_board_info tuner_info; member