Home
last modified time | relevance | path

Searched refs:DPRINT (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/scripts/dtc/
Ddtc-lexer.l96 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-6.12.1/sound/isa/wavefront/
Dwavefront_synth.c117 #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 …]
/linux-6.12.1/drivers/block/
Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro
462 DPRINT(("fd_end_request_cur(), bytes %d of %d\n", in fd_end_request_cur()
468 DPRINT(("calling __blk_mq_end_request()\n")); in fd_end_request_cur()
473 DPRINT(("calling blk_mq_requeue_request()\n")); in fd_end_request_cur()
633 DPRINT(( "wpstat[%d] = %d\n", drive, stat )); in check_change()
683 DPRINT(("FDC irq, status = %02x handler = %08lx\n",status,(unsigned long)handler)); in floppy_irq()
687 DPRINT(("FDC irq, no handler\n")); in floppy_irq()
836 DPRINT(("do_fd_action\n")); in do_fd_action()
888 DPRINT(("fd_calibrate\n")); in fd_calibrate()
[all …]
Dfloppy.c152 #define DPRINT(format, args...) \ macro
158 do { if ((test) & FD_DEBUG) DPRINT(fmt, ##args); } while (0)
161 do { if (0) DPRINT(fmt, ##args); } while (0)
647 DPRINT("%s: timeout handler died. %s\n", func, message); in is_alive()
683 DPRINT("reschedule timeout %s\n", message); in __reschedule_timeout()
737 DPRINT("WARNING disk change called early\n"); in disk_change()
740 DPRINT("probing disk change on unselected drive\n"); in disk_change()
741 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
768 DPRINT("Disk type is undefined after disk change\n"); in disk_change()
908 DPRINT("FDC access conflict!\n"); in unlock_fdc()
[all …]