Searched refs:DST_CA_DEBUG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 24 #define DST_CA_DEBUG 3 macro 34 else if ((x > DST_CA_DEBUG) && (x > y)) \ 58 dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum."); in put_checksum() 59 dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length); in put_checksum() 61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum() 370 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode() 373 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length); in asn_1_decode() 379 dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length); in asn_1_decode() 389 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); in debug_string() 391 dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]); in debug_string() [all …]
|