Lines Matching refs:chan2dev

148 		dev_dbg(chan2dev(&atchan->chan_common),  in atc_desc_get()
152 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_get()
163 dev_err(chan2dev(&atchan->chan_common), in atc_desc_get()
184 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_put()
188 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_put()
231 dev_err(chan2dev(&atchan->chan_common), in atc_dostart()
233 dev_err(chan2dev(&atchan->chan_common), in atc_dostart()
453 dev_vdbg(chan2dev(&atchan->chan_common), in atc_chain_complete()
504 dev_vdbg(chan2dev(&atchan->chan_common), "complete all\n"); in atc_complete_all()
529 dev_vdbg(chan2dev(&atchan->chan_common), "advance_work\n"); in atc_advance_work()
579 dev_crit(chan2dev(&atchan->chan_common), in atc_handle_error()
581 dev_crit(chan2dev(&atchan->chan_common), in atc_handle_error()
604 dev_vdbg(chan2dev(&atchan->chan_common), in atc_handle_cyclic()
692 dev_vdbg(chan2dev(tx->chan), "tx_submit: started %u\n", in atc_tx_submit()
697 dev_vdbg(chan2dev(tx->chan), "tx_submit: queued %u\n", in atc_tx_submit()
731 dev_info(chan2dev(chan), in atc_prep_dma_interleaved()
748 dev_err(chan2dev(chan), in atc_prep_dma_interleaved()
762 dev_err(chan2dev(chan), "%s: buffer is too big\n", __func__); in atc_prep_dma_interleaved()
779 dev_err(chan2dev(chan), in atc_prep_dma_interleaved()
827 dev_vdbg(chan2dev(chan), "prep_dma_memcpy: d%pad s%pad l0x%zx f0x%lx\n", in atc_prep_dma_memcpy()
831 dev_dbg(chan2dev(chan), "prep_dma_memcpy: length is zero!\n"); in atc_prep_dma_memcpy()
901 dev_err(chan2dev(chan), "%s: buffer is too big\n", in atc_create_memset_desc()
908 dev_err(chan2dev(chan), "%s: can't get a descriptor\n", in atc_create_memset_desc()
941 dev_vdbg(chan2dev(chan), "%s: d%pad v0x%x l0x%zx f0x%lx\n", __func__, in atc_prep_dma_memset()
945 dev_dbg(chan2dev(chan), "%s: length is zero!\n", __func__); in atc_prep_dma_memset()
950 dev_dbg(chan2dev(chan), "%s: buffer is not aligned\n", in atc_prep_dma_memset()
957 dev_err(chan2dev(chan), "%s: couldn't allocate buffer\n", in atc_prep_dma_memset()
965 dev_err(chan2dev(chan), "%s: couldn't get a descriptor\n", in atc_prep_dma_memset()
1004 dev_vdbg(chan2dev(chan), "%s: v0x%x l0x%zx f0x%lx\n", __func__, in atc_prep_dma_memset_sg()
1008 dev_dbg(chan2dev(chan), "%s: scatterlist is empty!\n", in atc_prep_dma_memset_sg()
1015 dev_err(chan2dev(chan), "%s: couldn't allocate buffer\n", in atc_prep_dma_memset_sg()
1025 dev_vdbg(chan2dev(chan), "%s: d%pad, l0x%zx\n", in atc_prep_dma_memset_sg()
1029 dev_err(chan2dev(chan), "%s: buffer is not aligned\n", in atc_prep_dma_memset_sg()
1094 dev_vdbg(chan2dev(chan), "prep_slave_sg (%d): %s f0x%lx\n", in atc_prep_slave_sg()
1100 dev_dbg(chan2dev(chan), "prep_slave_sg: sg length is zero!\n"); in atc_prep_slave_sg()
1129 dev_dbg(chan2dev(chan), in atc_prep_slave_sg()
1170 dev_dbg(chan2dev(chan), in atc_prep_slave_sg()
1207 dev_err(chan2dev(chan), "not enough descriptors available\n"); in atc_prep_slave_sg()
1442 dev_vdbg(chan2dev(chan), "prep_dma_cyclic: %s buf@%pad - %d (%d/%d)\n", in atc_prep_dma_cyclic()
1448 dev_dbg(chan2dev(chan), "prep_dma_cyclic: length is zero!\n"); in atc_prep_dma_cyclic()
1454 dev_dbg(chan2dev(chan), "prep_dma_cyclic: channel in use!\n"); in atc_prep_dma_cyclic()
1495 dev_err(chan2dev(chan), "not enough descriptors available\n"); in atc_prep_dma_cyclic()
1507 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_config()
1530 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_pause()
1551 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_resume()
1576 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_terminate_all()
1648 dev_vdbg(chan2dev(chan), "get residual bytes error\n"); in atc_tx_status()
1654 dev_vdbg(chan2dev(chan), "tx_status %d: cookie = %d residue = %d\n", in atc_tx_status()
1669 dev_vdbg(chan2dev(chan), "issue_pending\n"); in atc_issue_pending()
1698 dev_vdbg(chan2dev(chan), "alloc_chan_resources\n"); in atc_alloc_chan_resources()
1702 dev_dbg(chan2dev(chan), "DMA channel not idle ?\n"); in atc_alloc_chan_resources()
1746 dev_dbg(chan2dev(chan), in atc_alloc_chan_resources()
1764 dev_dbg(chan2dev(chan), "free_chan_resources: (descs allocated=%u)\n", in atc_free_chan_resources()
1773 dev_vdbg(chan2dev(chan), " freeing descriptor %p\n", desc); in atc_free_chan_resources()
1782 dev_vdbg(chan2dev(chan), "free_chan_resources: done\n"); in atc_free_chan_resources()
2209 dev_warn(chan2dev(chan), in atc_suspend_cyclic()