Searched refs:DST_CA_DEBUG (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/pci/bt8xx/
H A Ddst_ca.c36 #define DST_CA_DEBUG 3 macro
46 else if ((x > DST_CA_DEBUG) && (x > y)) \
84 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); put_checksum()
85 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); put_checksum()
87 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); put_checksum()
398 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); asn_1_decode()
401 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length); asn_1_decode()
407 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length); asn_1_decode()
417 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); debug_string()
419 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]); debug_string()
420 dprintk(verbose, DST_CA_DEBUG, 0, "]\n"); debug_string()
432 dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length); ca_set_pmt()
490 dprintk(verbose, DST_CA_DEBUG, 1, " "); ca_send_message()
507 dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command); ca_send_message()
511 dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT"); ca_send_message()
661 dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file); dst_ca_open()
669 dprintk(verbose, DST_CA_DEBUG, 1, " Device closed."); dst_ca_release()
677 dprintk(verbose, DST_CA_DEBUG, 1, " Device read."); dst_ca_read()
684 dprintk(verbose, DST_CA_DEBUG, 1, " Device write."); dst_ca_write()

Completed in 79 milliseconds