Lines Matching refs:verbose

44 static unsigned int verbose = 5;
45 module_param(verbose, int, 0644);
46 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
58 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum.");
59 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length);
61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);
73 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover");
78 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed.");
82 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover");
88 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready");
92 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover");
111 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command");
135 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
138 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
139 dprintk(verbose, DST_CA_INFO, 1, " ================================ CI Module Application Info ======================================");
140 dprintk(verbose, DST_CA_INFO, 1, " Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]",
143 dprintk(verbose, DST_CA_INFO, 1, " ==================================================================================================");
150 dprintk(verbose, DST_CA_ERROR, 1, "Invalid string length returned in ca_get_app_info(). Recovering.");
174 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
177 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
180 dprintk(verbose, DST_CA_INFO, 0, " DST data = [");
182 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x", state->messages[i]);
184 dprintk(verbose, DST_CA_INFO, 0, "]\n");
190 dprintk(verbose, DST_CA_ERROR, 1, "Invalid number of ids (>100). Recovering.");
194 dprintk(verbose, DST_CA_INFO, 0, " CA_INFO = [");
198 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x%02x", state->messages[srcPtr + 0], state->messages[srcPtr + 1]);
205 dprintk(verbose, DST_CA_INFO, 0, "]\n");
218 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
221 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCESS !");
225 dprintk(verbose, DST_CA_INFO, 1, " Slot cap = [%d]", slot_cap[7]);
226 dprintk(verbose, DST_CA_INFO, 0, "===================================\n");
228 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_cap[i]);
229 dprintk(verbose, DST_CA_INFO, 0, "\n");
258 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
261 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
265 dprintk(verbose, DST_CA_INFO, 1, " Slot info = [%d]", slot_info[3]);
266 dprintk(verbose, DST_CA_INFO, 0, "===================================\n");
268 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_info[i]);
269 dprintk(verbose, DST_CA_INFO, 0, "\n");
297 dprintk(verbose, DST_CA_NOTICE, 1, " Message = [%*ph]",
305 dprintk(verbose, DST_CA_NOTICE, 1, " Command=[0x%x]", command);
330 dprintk(verbose, DST_CA_ERROR, 1, " Message too long ! *** Bailing Out *** !");
354 dprintk(verbose, DST_CA_ERROR, 1, " DST-CI Command failed.");
355 dprintk(verbose, DST_CA_NOTICE, 1, " Resetting DST.");
359 dprintk(verbose, DST_CA_NOTICE, 1, " DST-CI Command success.");
370 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field);
373 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length);
379 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length);
389 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ ");
391 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]);
392 dprintk(verbose, DST_CA_DEBUG, 0, "]\n");
404 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length);
429 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
435 dprintk(verbose, DST_CA_ERROR, 1, " Not there yet");
440 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
443 dprintk(verbose, DST_CA_NOTICE, 1, " ca_set_pmt.. success !");
460 dprintk(verbose, DST_CA_DEBUG, 1, " ");
475 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command);
479 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT");
481 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT Failed !");
485 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT Success !");
488 dprintk(verbose, DST_CA_INFO, 1, "Command = CA_PMT_REPLY");
491 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT_REPLY Failed !");
495 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT_REPLY Success !");
498 dprintk(verbose, DST_CA_INFO, 1, " Getting Cam Application information");
501 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_APP_INFO_ENQUIRY Failed !");
505 dprintk(verbose, DST_CA_INFO, 1, " -->CA_APP_INFO_ENQUIRY Success !");
508 dprintk(verbose, DST_CA_INFO, 1, " Getting CA Information");
511 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_INFO_ENQUIRY Failed !");
515 dprintk(verbose, DST_CA_INFO, 1, " -->CA_INFO_ENQUIRY Success !");
549 dprintk(verbose, DST_CA_INFO, 1, " Sending message");
553 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SEND_MSG Failed !");
558 dprintk(verbose, DST_CA_INFO, 1, " Getting message");
561 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_MSG Failed !");
564 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_MSG Success !");
567 dprintk(verbose, DST_CA_ERROR, 1, " Resetting DST");
572 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot info");
575 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_SLOT_INFO Failed !");
579 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_SLOT_INFO Success !");
582 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot capabilities");
585 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_CAP Failed !");
588 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_CAP Success !");
591 dprintk(verbose, DST_CA_INFO, 1, " Getting descrambler description");
594 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_DESCR_INFO Failed !");
597 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_DESCR_INFO Success !");
613 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file);
620 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed.");
627 dprintk(verbose, DST_CA_DEBUG, 1, " Device read.");
634 dprintk(verbose, DST_CA_DEBUG, 1, " Device write.");
661 dprintk(verbose, DST_CA_ERROR, 1, "registering DST-CA device");