Searched refs:DBG_QUEUE (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | eata_pio.h | 39 #define DBG_QUEUE 0 /* Trace command queueing. */ macro
|
D | eata_pio.c | 324 DBG(DBG_QUEUE, printk(KERN_EMERG "can_queue %d, x %d, y %d\n", sh->can_queue, x, y)); in eata_pio_queue_lck() 338 DBG(DBG_QUEUE, scmd_printk(KERN_DEBUG, cmd, in eata_pio_queue_lck() 397 DBG(DBG_QUEUE, scmd_printk(KERN_DEBUG, cmd, in eata_pio_queue_lck()
|
/drivers/usb/gadget/ |
D | atmel_usba_udc.c | 363 DBG(DBG_QUEUE, "%s: submit_transaction, req %p (length %d)%s\n", in next_fifo_transaction() 374 DBG(DBG_QUEUE, "%s: submit_request: req %p (length %d)\n", in submit_request() 437 DBG(DBG_QUEUE, "receive data: nr_busy=%u\n", nr_busy); in receive_data() 463 DBG(DBG_QUEUE, "%s: request done\n", ep->ep.name); in receive_data() 754 DBG(DBG_GADGET | DBG_QUEUE | DBG_REQ, "%s: queue req %p, len %u\n", in usba_ep_queue() 837 DBG(DBG_GADGET | DBG_QUEUE, "ep_dequeue: %s, req %p\n", in usba_ep_dequeue()
|
D | atmel_usba_udc.h | 227 #define DBG_QUEUE 0x0020 /* debug request queue processing */ macro
|