Lines Matching refs:verbose
56 static unsigned int verbose = 5; variable
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."); in put_checksum()
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum()
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()
99 dprintk(verbose, DST_CA_INFO, 1, " Write not successful, trying to recover"); in dst_ci_command()
104 dprintk(verbose, DST_CA_ERROR, 1, " DST PIO disable failed."); in dst_ci_command()
108 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
114 dprintk(verbose, DST_CA_NOTICE, 1, " 8820 not ready"); in dst_ci_command()
118 dprintk(verbose, DST_CA_INFO, 1, " Read not successful, trying to recover"); in dst_ci_command()
137 dprintk(verbose, DST_CA_NOTICE, 1, " Put Command"); in dst_put_ci()
161 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_app_info()
164 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); in ca_get_app_info()
165 …dprintk(verbose, DST_CA_INFO, 1, " ================================ CI Module Application Info ===… in ca_get_app_info()
166 …dprintk(verbose, DST_CA_INFO, 1, " Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d… in ca_get_app_info()
169 …dprintk(verbose, DST_CA_INFO, 1, " ===============================================================… in ca_get_app_info()
176 …dprintk(verbose, DST_CA_ERROR, 1, "Invalid string length returned in ca_get_app_info(). Recovering… in ca_get_app_info()
200 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_ca_info()
203 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); in ca_get_ca_info()
206 dprintk(verbose, DST_CA_INFO, 0, " DST data = ["); in ca_get_ca_info()
208 dprintk(verbose, DST_CA_INFO, 0, " 0x%02x", state->messages[i]); in ca_get_ca_info()
210 dprintk(verbose, DST_CA_INFO, 0, "]\n"); in ca_get_ca_info()
216 dprintk(verbose, DST_CA_ERROR, 1, "Invalid number of ids (>100). Recovering."); in ca_get_ca_info()
220 dprintk(verbose, DST_CA_INFO, 0, " CA_INFO = ["); in ca_get_ca_info()
224 …dprintk(verbose, DST_CA_INFO, 0, " 0x%02x%02x", state->messages[srcPtr + 0], state->messages[srcPt… in ca_get_ca_info()
231 dprintk(verbose, DST_CA_INFO, 0, "]\n"); in ca_get_ca_info()
244 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_slot_caps()
247 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCESS !"); in ca_get_slot_caps()
251 dprintk(verbose, DST_CA_INFO, 1, " Slot cap = [%d]", slot_cap[7]); in ca_get_slot_caps()
252 dprintk(verbose, DST_CA_INFO, 0, "===================================\n"); in ca_get_slot_caps()
254 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_cap[i]); in ca_get_slot_caps()
255 dprintk(verbose, DST_CA_INFO, 0, "\n"); in ca_get_slot_caps()
284 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_slot_info()
287 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); in ca_get_slot_info()
291 dprintk(verbose, DST_CA_INFO, 1, " Slot info = [%d]", slot_info[3]); in ca_get_slot_info()
292 dprintk(verbose, DST_CA_INFO, 0, "===================================\n"); in ca_get_slot_info()
294 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_info[i]); in ca_get_slot_info()
295 dprintk(verbose, DST_CA_INFO, 0, "\n"); in ca_get_slot_info()
323 dprintk(verbose, DST_CA_NOTICE, 1, " Message = [%*ph]", in ca_get_message()
331 dprintk(verbose, DST_CA_NOTICE, 1, " Command=[0x%x]", command); in ca_get_message()
356 dprintk(verbose, DST_CA_ERROR, 1, " Message too long ! *** Bailing Out *** !"); in handle_dst_tag()
380 dprintk(verbose, DST_CA_ERROR, 1, " DST-CI Command failed."); in write_to_8820()
381 dprintk(verbose, DST_CA_NOTICE, 1, " Resetting DST."); in write_to_8820()
385 dprintk(verbose, DST_CA_NOTICE, 1, " DST-CI Command success."); in write_to_8820()
396 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
399 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length); in asn_1_decode()
405 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length); in asn_1_decode()
415 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); in debug_string()
417 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]); in debug_string()
418 dprintk(verbose, DST_CA_DEBUG, 0, "]\n"); in debug_string()
430 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length); in ca_set_pmt()
455 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !"); in dst_check_ca_pmt()
461 dprintk(verbose, DST_CA_ERROR, 1, " Not there yet"); in dst_check_ca_pmt()
466 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !"); in dst_check_ca_pmt()
469 dprintk(verbose, DST_CA_NOTICE, 1, " ca_set_pmt.. success !"); in dst_check_ca_pmt()
485 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure"); in ca_send_message()
488 dprintk(verbose, DST_CA_DEBUG, 1, " "); in ca_send_message()
503 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command); in ca_send_message()
507 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT"); in ca_send_message()
509 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT Failed !"); in ca_send_message()
513 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT Success !"); in ca_send_message()
516 dprintk(verbose, DST_CA_INFO, 1, "Command = CA_PMT_REPLY"); in ca_send_message()
519 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_PMT_REPLY Failed !"); in ca_send_message()
523 dprintk(verbose, DST_CA_INFO, 1, " -->CA_PMT_REPLY Success !"); in ca_send_message()
526 dprintk(verbose, DST_CA_INFO, 1, " Getting Cam Application information"); in ca_send_message()
529 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_APP_INFO_ENQUIRY Failed !"); in ca_send_message()
533 dprintk(verbose, DST_CA_INFO, 1, " -->CA_APP_INFO_ENQUIRY Success !"); in ca_send_message()
536 dprintk(verbose, DST_CA_INFO, 1, " Getting CA Information"); in ca_send_message()
539 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_INFO_ENQUIRY Failed !"); in ca_send_message()
543 dprintk(verbose, DST_CA_INFO, 1, " -->CA_INFO_ENQUIRY Success !"); in ca_send_message()
570 dprintk(verbose, DST_CA_ERROR, 1, " Memory allocation failure"); in dst_ca_ioctl()
578 dprintk(verbose, DST_CA_INFO, 1, " Sending message"); in dst_ca_ioctl()
580 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SEND_MSG Failed !"); in dst_ca_ioctl()
586 dprintk(verbose, DST_CA_INFO, 1, " Getting message"); in dst_ca_ioctl()
588 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_MSG Failed !"); in dst_ca_ioctl()
592 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_MSG Success !"); in dst_ca_ioctl()
595 dprintk(verbose, DST_CA_ERROR, 1, " Resetting DST"); in dst_ca_ioctl()
600 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot info"); in dst_ca_ioctl()
602 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_SLOT_INFO Failed !"); in dst_ca_ioctl()
606 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_SLOT_INFO Success !"); in dst_ca_ioctl()
609 dprintk(verbose, DST_CA_INFO, 1, " Getting Slot capabilities"); in dst_ca_ioctl()
611 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_CAP Failed !"); in dst_ca_ioctl()
615 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_CAP Success !"); in dst_ca_ioctl()
618 dprintk(verbose, DST_CA_INFO, 1, " Getting descrambler description"); in dst_ca_ioctl()
620 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_GET_DESCR_INFO Failed !"); in dst_ca_ioctl()
624 dprintk(verbose, DST_CA_INFO, 1, " -->CA_GET_DESCR_INFO Success !"); in dst_ca_ioctl()
627 dprintk(verbose, DST_CA_INFO, 1, " Setting descrambler"); in dst_ca_ioctl()
629 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_DESCR Failed !"); in dst_ca_ioctl()
633 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_DESCR Success !"); in dst_ca_ioctl()
636 dprintk(verbose, DST_CA_INFO, 1, " Setting PID"); in dst_ca_ioctl()
638 dprintk(verbose, DST_CA_ERROR, 1, " -->CA_SET_PID Failed !"); in dst_ca_ioctl()
642 dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_PID Success !"); in dst_ca_ioctl()
657 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file); in dst_ca_open()
665 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed."); in dst_ca_release()
673 dprintk(verbose, DST_CA_DEBUG, 1, " Device read."); in dst_ca_read()
680 dprintk(verbose, DST_CA_DEBUG, 1, " Device write."); in dst_ca_write()
707 dprintk(verbose, DST_CA_ERROR, 1, "registering DST-CA device"); in dst_ca_attach()