Lines Matching refs:chan2dev

141 		dev_dbg(chan2dev(&atchan->chan_common),  in atc_desc_get()
145 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_get()
168 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_put()
172 dev_vdbg(chan2dev(&atchan->chan_common), in atc_desc_put()
215 dev_err(chan2dev(&atchan->chan_common), in atc_dostart()
217 dev_err(chan2dev(&atchan->chan_common), in atc_dostart()
440 dev_vdbg(chan2dev(&atchan->chan_common), in atc_chain_complete()
483 dev_vdbg(chan2dev(&atchan->chan_common), "advance_work\n"); in atc_advance_work()
540 dev_crit(chan2dev(&atchan->chan_common), in atc_handle_error()
542 dev_crit(chan2dev(&atchan->chan_common), in atc_handle_error()
563 dev_vdbg(chan2dev(&atchan->chan_common), in atc_handle_cyclic()
649 dev_vdbg(chan2dev(tx->chan), "tx_submit: queued %u\n", in atc_tx_submit()
680 dev_info(chan2dev(chan), in atc_prep_dma_interleaved()
697 dev_err(chan2dev(chan), in atc_prep_dma_interleaved()
711 dev_err(chan2dev(chan), "%s: buffer is too big\n", __func__); in atc_prep_dma_interleaved()
728 dev_err(chan2dev(chan), in atc_prep_dma_interleaved()
776 dev_vdbg(chan2dev(chan), "prep_dma_memcpy: d%pad s%pad l0x%zx f0x%lx\n", in atc_prep_dma_memcpy()
780 dev_dbg(chan2dev(chan), "prep_dma_memcpy: length is zero!\n"); in atc_prep_dma_memcpy()
850 dev_err(chan2dev(chan), "%s: buffer is too big\n", in atc_create_memset_desc()
857 dev_err(chan2dev(chan), "%s: can't get a descriptor\n", in atc_create_memset_desc()
890 dev_vdbg(chan2dev(chan), "%s: d%pad v0x%x l0x%zx f0x%lx\n", __func__, in atc_prep_dma_memset()
894 dev_dbg(chan2dev(chan), "%s: length is zero!\n", __func__); in atc_prep_dma_memset()
899 dev_dbg(chan2dev(chan), "%s: buffer is not aligned\n", in atc_prep_dma_memset()
906 dev_err(chan2dev(chan), "%s: couldn't allocate buffer\n", in atc_prep_dma_memset()
914 dev_err(chan2dev(chan), "%s: couldn't get a descriptor\n", in atc_prep_dma_memset()
953 dev_vdbg(chan2dev(chan), "%s: v0x%x l0x%zx f0x%lx\n", __func__, in atc_prep_dma_memset_sg()
957 dev_dbg(chan2dev(chan), "%s: scatterlist is empty!\n", in atc_prep_dma_memset_sg()
964 dev_err(chan2dev(chan), "%s: couldn't allocate buffer\n", in atc_prep_dma_memset_sg()
974 dev_vdbg(chan2dev(chan), "%s: d%pad, l0x%zx\n", in atc_prep_dma_memset_sg()
978 dev_err(chan2dev(chan), "%s: buffer is not aligned\n", in atc_prep_dma_memset_sg()
1043 dev_vdbg(chan2dev(chan), "prep_slave_sg (%d): %s f0x%lx\n", in atc_prep_slave_sg()
1049 dev_dbg(chan2dev(chan), "prep_slave_sg: sg length is zero!\n"); in atc_prep_slave_sg()
1078 dev_dbg(chan2dev(chan), in atc_prep_slave_sg()
1119 dev_dbg(chan2dev(chan), in atc_prep_slave_sg()
1156 dev_err(chan2dev(chan), "not enough descriptors available\n"); in atc_prep_slave_sg()
1259 dev_vdbg(chan2dev(chan), "prep_dma_cyclic: %s buf@%pad - %d (%d/%d)\n", in atc_prep_dma_cyclic()
1265 dev_dbg(chan2dev(chan), "prep_dma_cyclic: length is zero!\n"); in atc_prep_dma_cyclic()
1271 dev_dbg(chan2dev(chan), "prep_dma_cyclic: channel in use!\n"); in atc_prep_dma_cyclic()
1312 dev_err(chan2dev(chan), "not enough descriptors available\n"); in atc_prep_dma_cyclic()
1324 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_config()
1345 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_pause()
1364 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_resume()
1386 dev_vdbg(chan2dev(chan), "%s\n", __func__); in atc_terminate_all()
1454 dev_vdbg(chan2dev(chan), "get residual bytes error\n"); in atc_tx_status()
1460 dev_vdbg(chan2dev(chan), "tx_status %d: cookie = %d residue = %d\n", in atc_tx_status()
1477 dev_vdbg(chan2dev(chan), "issue_pending\n"); in atc_issue_pending()
1504 dev_vdbg(chan2dev(chan), "alloc_chan_resources\n"); in atc_alloc_chan_resources()
1508 dev_dbg(chan2dev(chan), "DMA channel not idle ?\n"); in atc_alloc_chan_resources()
1513 …dev_dbg(chan2dev(chan), "can't allocate channel resources (channel not freed from a previous use)\… in atc_alloc_chan_resources()
1548 dev_dbg(chan2dev(chan), in atc_alloc_chan_resources()
1571 dev_vdbg(chan2dev(chan), " freeing descriptor %p\n", desc); in atc_free_chan_resources()
1585 dev_vdbg(chan2dev(chan), "free_chan_resources: done\n"); in atc_free_chan_resources()
2018 dev_warn(chan2dev(chan), in atc_suspend_cyclic()