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

/drivers/media/tuners/
H A Dtda9887.c292 tuner_info("read: 0x%2x\n", buf[0]);
293 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no");
294 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]);
295 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low");
296 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out");
297 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low");
342 tuner_info("write: byte B 0x%02x\n", buf[1]);
343 tuner_info(" B0 video mode : %s\n",
345 tuner_info(" B1 auto mute fm : %s\n",
347 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 Dmt20xx.c154 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n",
632 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n",
647 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n",
654 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-xc2028.c130 tuner_info("i2c output error: rc = %d (should be %d)\n",\
329 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n",
420 tuner_info("Releasing partially loaded firmware file.\n");
556 tuner_info("Loading firmware for type=");
600 tuner_info("Invalid RESET code %d\n",
689 tuner_info("Loading SCODE for type=");
1509 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner");
H A Dtuner-simple.c1120 tuner_info("type set to %d (%s)\n",
1126 tuner_info("tuner %d atv rf input will be "
1129 tuner_info("tuner %d atv rf input will be "
1133 tuner_info("tuner %d dtv rf input will be "
1136 tuner_info("tuner %d dtv rf input will be "
H A Dtea5761.c337 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio");
H A Dtda8290.c620 tuner_info("could not clearly identify tuner address, "
624 tuner_info("setting tuner address to %x\n", tuner_addrs);
809 tuner_info("type set to %s\n", name);
H A Dr820t.c396 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n",
450 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n",
2329 tuner_info("Rafael Micro r820t successfully identified\n");
2347 tuner_info("%s: failed=%d\n", __func__, rc);
H A Dxc4000.c911 tuner_info("Loading SCODE for type=");
/drivers/media/v4l2-core/
H A Dtuner-core.c93 #define tuner_info(fmt, arg...) do { \ macro
614 tuner_info("I2C RECV = ");
695 tuner_info("Tuner %d found with type(s)%s%s.\n",
939 tuner_info("ntsc= argument not recognised\n");
1038 tuner_info("Tuner mode: %s%s\n", p,
1040 tuner_info("Frequency: %lu.%02lu MHz\n", freq, freq_fraction);
1041 tuner_info("Standard: 0x%08lx\n", (unsigned long)t->std);
1049 tuner_info("Tuner is locked.\n");
1051 tuner_info("Stereo: yes\n");
1057 tuner_info("Signa
[all...]
/drivers/media/pci/pt3/
H A Dpt3.h111 struct i2c_board_info tuner_info; member in struct:pt3_adap_config
H A Dpt3.c53 .tuner_info = {
65 .tuner_info = {
74 .tuner_info = {
86 .tuner_info = {
403 info = adap_conf[i].tuner_info;
412 info = adap_conf[i].tuner_info;

Completed in 1653 milliseconds