Searched refs:chan_dbg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | fsldma.c | 43 #define chan_dbg(chan, fmt, arg...) \ macro 419 chan_dbg(chan, "cannot submit due to suspend\n"); in fsl_dma_tx_submit() 450 chan_dbg(chan, "LD %p free\n", desc); in fsl_dma_free_descriptor() 467 chan_dbg(chan, "out of memory for link descriptor\n"); in fsl_dma_alloc_descriptor() 477 chan_dbg(chan, "LD %p allocated\n", desc); in fsl_dma_alloc_descriptor() 522 chan_dbg(chan, "LD %p callback\n", desc); in fsldma_run_tx_complete_actions() 580 chan_dbg(chan, "no pending LDs\n"); in fsl_chan_xfer_ld_queue() 590 chan_dbg(chan, "DMA controller still busy\n"); in fsl_chan_xfer_ld_queue() 603 chan_dbg(chan, "idle, starting controller\n"); in fsl_chan_xfer_ld_queue() 751 chan_dbg(chan, "free all channel resources\n"); in fsl_dma_free_chan_resources() [all …]
|
D | xgene-dma.c | 235 #define chan_dbg(chan, fmt, arg...) \ macro 582 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_descriptor() 605 chan_dbg(chan, "LD %p allocated\n", desc); in xgene_dma_alloc_descriptor() 691 chan_dbg(chan, "LD %p free\n", desc); in xgene_dma_clean_running_descriptor() 753 chan_dbg(chan, "No pending LDs\n"); in xgene_chan_xfer_ld_pending() 882 chan_dbg(chan, "Allocate descripto pool\n"); in xgene_dma_alloc_chan_resources() 916 chan_dbg(chan, "Free all resources\n"); in xgene_dma_free_chan_resources() 1493 chan_dbg(chan, "Rx ring id 0x%X num %d desc 0x%p\n", in xgene_dma_create_chan_rings() 1509 chan_dbg(chan, in xgene_dma_create_chan_rings()
|