• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/

Lines Matching refs:verbose

33 static unsigned int verbose = 1;
34 module_param(verbose, int, 0644);
35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh);
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb);
108 dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", err, enbb, outhigh);
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err);
132 dprintk(verbose, DST_INFO, 1, "Resetting state machine");
134 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
139 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
150 dprintk(verbose, DST_DEBUG, 1, "Resetting DST");
152 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
157 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
167 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
178 dprintk(verbose, DST_ERROR, 1, "dst_gpio_outb ERROR !");
195 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb ERROR !");
199 dprintk(verbose, DST_INFO, 1, "dst wait ready after %d", i);
204 dprintk(verbose, DST_NOTICE, 1, "dst wait NOT ready after %d", i);
212 dprintk(verbose, DST_NOTICE, 1, "Trying to return from previous errors.");
224 dprintk(verbose, DST_INFO, 1, "Trying to bailout from previous error.");
235 dprintk(verbose, DST_INFO, 1, "Initializing DST.");
237 dprintk(verbose, DST_ERROR, 1, "PIO Enable Failed");
241 dprintk(verbose, DST_ERROR, 1, "RDC 8820 State RESET Failed.");
265 dprintk(verbose, DST_NOTICE, 0, "writing [ ");
267 dprintk(verbose, DST_NOTICE, 0, "%02x ", data[i]);
268 dprintk(verbose, DST_NOTICE, 0, "]\n");
272 dprintk(verbose, DST_INFO, 1, "_write_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, data[0]);
279 dprintk(verbose, DST_INFO, 1, "RDC 8820 RESET");
303 dprintk(verbose, DST_INFO, 1, "read_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, ret[0]);
310 dprintk(verbose, DST_INFO, 1, "RDC 8820 RESET");
315 dprintk(verbose, DST_DEBUG, 1, "reply is 0x%x", ret[0]);
317 dprintk(verbose, DST_DEBUG, 0, " 0x%x", ret[err]);
319 dprintk(verbose, DST_DEBUG, 0, "\n");
329 dprintk(verbose, DST_INFO, 1, "Polarization=[Vertical]");
333 dprintk(verbose, DST_INFO, 1, "Polarization=[Horizontal]");
346 dprintk(verbose, DST_INFO, 1, "set Frequency %u", freq);
465 dprintk(verbose, DST_INFO, 1, "set symrate %u", srate);
473 dprintk(verbose, DST_INFO, 1, "set symcalc %u", symcalc);
488 dprintk(verbose, DST_DEBUG, 1, "%s", state->fw_name);
562 dprintk(verbose, DST_ERROR, 0, "DST type flags :");
564 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner", DST_TYPE_HAS_TS188);
566 dprintk(verbose, DST_ERROR, 0, " 0x%x newtuner 2", DST_TYPE_HAS_NEWTUNE_2);
568 dprintk(verbose, DST_ERROR, 0, " 0x%x ts204", DST_TYPE_HAS_TS204);
570 dprintk(verbose, DST_ERROR, 0, " 0x%x VLF", DST_TYPE_HAS_VLF);
572 dprintk(verbose, DST_ERROR, 0, " 0x%x symdiv", DST_TYPE_HAS_SYMDIV);
574 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 1", DST_TYPE_HAS_FW_1);
576 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 2", DST_TYPE_HAS_FW_2);
578 dprintk(verbose, DST_ERROR, 0, " 0x%x firmware version = 3", DST_TYPE_HAS_FW_3);
579 dprintk(verbose, DST_ERROR, 0, "\n");
604 dprintk(verbose, DST_INFO, 1, "invalid dst type %d", type);
607 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype);
915 dprintk(verbose, DST_INFO, 1, "Unsupported Command");
920 dprintk(verbose, DST_ERROR, 1, "MAC Address=[%pM]", state->mac_address);
930 dprintk(verbose, DST_INFO, 1, "Unsupported Command");
934 dprintk(verbose, DST_ERROR, 1, "Firmware Ver = %x.%x Build = %02x, on %x:%x, %x-%x-20%02x",
951 dprintk(verbose, DST_INFO, 1, "Unsupported Command");
956 dprintk(verbose, DST_ERROR, 1, "Device Model=[%s]", &state->card_info[0]);
961 dprintk(verbose, DST_ERROR, 1, "DST has [%s] tuner, tuner type=[%d]",
974 dprintk(verbose, DST_INFO, 1, "Unsupported Command");
979 dprintk(verbose, DST_ERROR, 1, "Vendor=[%s]", &state->vendor[0]);
988 if (verbose > 2) {
1002 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x04] failed");
1008 dprintk(verbose, DST_ERROR, 1, "Found a STV0299 NIM");
1022 dprintk(verbose, DST_ERROR, 1, "Cmd=[0x10], failed");
1028 dprintk(verbose, DST_ERROR, 1, "Found a MB86A15 NIM");
1043 dprintk(verbose, DST_ERROR, 1, "DST TYpe = MULTI FE");
1046 dprintk(verbose, DST_INFO, 1, "Cmd=[0x13], Unsupported");
1051 dprintk(verbose, DST_INFO, 1, "Cmd=[0xb], Unsupported");
1057 dprintk(verbose, DST_ERROR, 1, "DST type has TS=188");
1067 dprintk(verbose, DST_ERROR, 1, "DST has Daughterboard");
1075 dprintk(verbose, DST_ERROR, 1, "Forcing [%s] to TS188", state->fw_name);
1104 dprintk(verbose, DST_INFO, 1, "Write not Acknowledged! [Reply=0x%02x]", reply);
1114 dprintk(verbose, DST_INFO, 1, "Checksum failure!");
1126 dprintk(verbose, DST_ERROR, 1, "Recognise [%s]", p_dst_type->device_id);
1134 dprintk(verbose, DST_ERROR, 1, "Unsupported");
1142 dprintk(verbose, DST_ERROR, 1, "Unsupported");
1150 dprintk(verbose, DST_ERROR, 1, "[%s] has a [%s]",
1159 dprintk(verbose, DST_ERROR, 1, "Unable to recognize %s or %s", &state->rxbuffer[0], &state->rxbuffer[1]);
1160 dprintk(verbose, DST_ERROR, 1, "please email linux-dvb@linuxtv.org with this type in");
1177 dprintk(verbose, DST_ERROR, 1, "RDC 8820 RESET Failed.");
1185 dprintk(verbose, DST_ERROR, 1, "DST Initialization Failed.");
1190 dprintk(verbose, DST_ERROR, 1, "unknown device.");
1194 dprintk(verbose, DST_INFO, 1, "MAC: Unsupported command");
1198 dprintk(verbose, DST_INFO, 1, "Tuner: Unsupported command");
1205 dprintk(verbose, DST_INFO, 1, "FW: Unsupported command");
1209 dprintk(verbose, DST_INFO, 1, "Card: Unsupported command");
1213 dprintk(verbose, DST_INFO, 1, "Vendor: Unsupported command");
1227 dprintk(verbose, DST_NOTICE, 1, "DST Communication Initialization Failed.");
1231 dprintk(verbose, DST_INFO, 1, "Trying to recover.. ");
1233 dprintk(verbose, DST_ERROR, 1, "Recovery Failed.");
1239 dprintk(verbose, DST_ERROR, 1, "PIO Disable Failed.");
1245 dprintk(verbose, DST_DEBUG, 1, "Trying to recover.. ");
1247 dprintk(verbose, DST_INFO, 1, "Recovery Failed.");
1253 dprintk(verbose, DST_INFO, 1, "write not acknowledged 0x%02x ", reply);
1265 dprintk(verbose, DST_DEBUG, 1, "Trying to recover.. ");
1267 dprintk(verbose, DST_INFO, 1, "Recovery failed.");
1273 dprintk(verbose, DST_INFO, 1, "checksum failure");
1349 dprintk(verbose, DST_DEBUG, 1, "read not successful");
1356 dprintk(verbose, DST_INFO, 1, "checksum failure ? ");
1361 dprintk(verbose, DST_INFO, 1, "checksum failure? ");
1387 dprintk(verbose, DST_INFO, 1, "type_flags 0x%x ", state->type_flags);
1397 dprintk(verbose, DST_DEBUG, 1, "DST Communication initialization failed.");
1412 dprintk(verbose, DST_DEBUG, 1, "write not successful");
1416 dprintk(verbose, DST_DEBUG, 1, "DST PIO disable failed !");
1420 dprintk(verbose, DST_DEBUG, 1, "read verify not successful.");
1424 dprintk(verbose, DST_DEBUG, 1, "write not acknowledged 0x%02x ", reply);
1621 dprintk(verbose, DST_DEBUG, 1, "Set Frequency=[%d]", p->frequency);
1629 dprintk(verbose, DST_DEBUG, 1, "Set Symbolrate=[%d]", p->u.qpsk.symbol_rate);
1654 dprintk(verbose, DST_DEBUG, 1, "Set Frequency=[%d]", p->frequency);
1662 dprintk(verbose, DST_DEBUG, 1, "Set Symbolrate=[%d]", p->u.qpsk.symbol_rate);
1747 dprintk(verbose, DST_ERROR, 1, "unknown DST type. please report to the LinuxTV.org DVB mailinglist.");