Searched refs:DPRINT (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 96 DPRINT("String: %s\n", yytext); 103 DPRINT("Keyword: /dts-v1/\n"); 110 DPRINT("Keyword: /plugin/\n"); 115 DPRINT("Keyword: /memreserve/\n"); 121 DPRINT("Keyword: /bits/\n"); 127 DPRINT("Keyword: /delete-property/\n"); 128 DPRINT("<PROPNODENAME>\n"); 134 DPRINT("Keyword: /delete-node/\n"); 135 DPRINT("<PROPNODENAME>\n"); 141 DPRINT("Keyword: /omit-if-no-ref/\n"); [all …]
|
/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ macro 122 #define DPRINT(cond, args...) macro 313 DPRINT (WF_DEBUG_DATA, "read timeout.\n"); in wavefront_read() 327 DPRINT (WF_DEBUG_DATA, "write timeout.\n"); in wavefront_write() 359 DPRINT (WF_DEBUG_CMD, "0x%x [%s] (%d,%d,%d)\n", in snd_wavefront_cmd() 364 DPRINT ((WF_DEBUG_IO|WF_DEBUG_CMD), "cannot request " in snd_wavefront_cmd() 371 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in snd_wavefront_cmd() 377 DPRINT (WF_DEBUG_IO, "bad write for byte " in snd_wavefront_cmd() 383 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in snd_wavefront_cmd() 389 DPRINT (WF_DEBUG_DATA, "reading %d ints " in snd_wavefront_cmd() [all …]
|