Lines Matching refs:DPRINTF
19 #define DPRINTF(fmt, ...) \ macro
22 #define DPRINTF(fmt, ...) do {} while(0) macro
181 DPRINTF("Command complete %d\n", arg); in usb_msd_command_complete()
215 DPRINTF("Packet complete %p\n", p); in usb_msd_command_complete()
226 DPRINTF("Reset\n"); in usb_msd_handle_reset()
377 DPRINTF("Command on LUN %d\n", cbw.lun); in usb_msd_handle_data()
391 DPRINTF("Command tag 0x%x flags %08x len %d data %d\n", in usb_msd_handle_data()
408 DPRINTF("Data out %d/%d\n", len, s->data_len); in usb_msd_handle_data()
424 DPRINTF("Deferring packet %p\n", p); in usb_msd_handle_data()
434 DPRINTF("Unexpected write (len %d)\n", len); in usb_msd_handle_data()
454 DPRINTF("Command status %d tag 0x%x, len %d\n", in usb_msd_handle_data()
467 DPRINTF("Data in %d/%d\n", len, s->data_len); in usb_msd_handle_data()
483 DPRINTF("Deferring packet %p\n", p); in usb_msd_handle_data()
493 DPRINTF("Unexpected read (len %d)\n", len); in usb_msd_handle_data()
499 DPRINTF("Bad token\n"); in usb_msd_handle_data()