Lines Matching refs:verbose
56 static unsigned int verbose = 5;
57 module_param(verbose, int, 0644);
58 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum.");
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length);
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);
99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover");
104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed.");
108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover");
114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready");
118 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover");
137 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command");
161 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
164 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
165 dprintk(verbose, DST_CA_INFO, 1, " ================================ CI Module Application Info ======================================");
166 dprintk(verbose, DST_CA_INFO, 1, " Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]",
169 dprintk(verbose, DST_CA_INFO, 1, " ==================================================================================================");
176 dprintk(verbose, DST_CA_ERROR, 1, "Invalid string length returned in ca_get_app_info(). Recovering.");
200 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
203 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
206 dprintk(verbose, DST_CA_INFO, 0, " DST data = [");
208 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x", state->messages[i]);
210 dprintk(verbose, DST_CA_INFO, 0, "]\n");
216 dprintk(verbose, DST_CA_ERROR, 1, "Invalid number of ids (>100). Recovering.");
220 dprintk(verbose, DST_CA_INFO, 0, " CA_INFO = [");
224 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x%02x", state->messages[srcPtr + 0], state->messages[srcPtr + 1]);
231 dprintk(verbose, DST_CA_INFO, 0, "]\n");
244 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
247 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCESS !");
251 dprintk(verbose, DST_CA_INFO, 1, " Slot cap = [%d]", slot_cap[7]);
252 dprintk(verbose, DST_CA_INFO, 0, "===================================\n");
254 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_cap[i]);
255 dprintk(verbose, DST_CA_INFO, 0, "\n");
284 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
287 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
291 dprintk(verbose, DST_CA_INFO, 1, " Slot info = [%d]", slot_info[3]);
292 dprintk(verbose, DST_CA_INFO, 0, "===================================\n");
294 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_info[i]);
295 dprintk(verbose, DST_CA_INFO, 0, "\n");
324 dprintk(verbose, DST_CA_NOTICE, 1, " Message = [%02x %02x %02x]", p_ca_message->msg[0], p_ca_message->msg[1], p_ca_message->msg[2]);
331 dprintk(verbose, DST_CA_NOTICE, 1, " Command=[0x%x]", command);
357 dprintk(verbose, DST_CA_ERROR, 1, " Message too long ! *** Bailing Out *** !");
381 dprintk(verbose, DST_CA_ERROR, 1, " DST-CI Command failed.");
382 dprintk(verbose, DST_CA_NOTICE, 1, " Resetting DST.");
386 dprintk(verbose, DST_CA_NOTICE, 1, " DST-CI Command success.");
397 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field);
400 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length);
406 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length);
416 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ ");
418 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]);
419 dprintk(verbose, DST_CA_DEBUG, 0, "]\n");
431 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length);
456 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
462 dprintk(verbose, DST_CA_ERROR, 1, " Not there yet");
467 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
470 dprintk(verbose, DST_CA_NOTICE, 1, " ca_set_pmt.. success !");
487 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure");
490 dprintk(verbose, DST_CA_DEBUG, 1, " ");
508 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command);
512 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT");
514 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT Failed !");
518 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT Success !");
521 dprintk(verbose, DST_CA_INFO, 1, "Command = CA_PMT_REPLY");
524 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT_REPLY Failed !");
528 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT_REPLY Success !");
531 dprintk(verbose, DST_CA_INFO, 1, " Getting Cam Application information");
534 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_APP_INFO_ENQUIRY Failed !");
538 dprintk(verbose, DST_CA_INFO, 1, " -->CA_APP_INFO_ENQUIRY Success !");
541 dprintk(verbose, DST_CA_INFO, 1, " Getting CA Information");
544 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_INFO_ENQUIRY Failed !");
548 dprintk(verbose, DST_CA_INFO, 1, " -->CA_INFO_ENQUIRY Success !");
575 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure");
583 dprintk(verbose, DST_CA_INFO, 1, " Sending message");
585 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SEND_MSG Failed !");
591 dprintk(verbose, DST_CA_INFO, 1, " Getting message");
593 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_MSG Failed !");
597 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_MSG Success !");
600 dprintk(verbose, DST_CA_ERROR, 1, " Resetting DST");
605 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot info");
607 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_SLOT_INFO Failed !");
611 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_SLOT_INFO Success !");
614 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot capabilities");
616 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_CAP Failed !");
620 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_CAP Success !");
623 dprintk(verbose, DST_CA_INFO, 1, " Getting descrambler description");
625 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_DESCR_INFO Failed !");
629 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_DESCR_INFO Success !");
632 dprintk(verbose, DST_CA_INFO, 1, " Setting descrambler");
634 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_DESCR Failed !");
638 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_DESCR Success !");
641 dprintk(verbose, DST_CA_INFO, 1, " Setting PID");
643 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_PID Failed !");
647 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_PID Success !");
662 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file);
670 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed.");
680 dprintk(verbose, DST_CA_DEBUG, 1, " Device read.");
687 dprintk(verbose, DST_CA_DEBUG, 1, " Device write.");
714 dprintk(verbose, DST_CA_ERROR, 1, "registering DST-CA device");