Lines Matching refs:DST_CA_DEBUG
36 #define DST_CA_DEBUG 3 macro
46 else if ((x > DST_CA_DEBUG) && (x > y)) \
70 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum()
71 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum()
73 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()
382 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
385 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length); in asn_1_decode()
391 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length); in asn_1_decode()
401 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); in debug_string()
403 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]); in debug_string()
404 dprintk(verbose, DST_CA_DEBUG, 0, "]\n"); in debug_string()
416 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length); in ca_set_pmt()
472 dprintk(verbose, DST_CA_DEBUG, 1, " "); in ca_send_message()
487 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command); in ca_send_message()
491 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT"); in ca_send_message()
625 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file); in dst_ca_open()
632 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed."); in dst_ca_release()
639 dprintk(verbose, DST_CA_DEBUG, 1, " Device read."); in dst_ca_read()
646 dprintk(verbose, DST_CA_DEBUG, 1, " Device write."); in dst_ca_write()