Lines Matching refs:k3_dma_desc_sw
70 struct k3_dma_desc_sw { struct
95 struct k3_dma_desc_sw *ds_run; argument
96 struct k3_dma_desc_sw *ds_done;
280 struct k3_dma_desc_sw *ds = in k3_dma_start_txd()
281 container_of(vd, struct k3_dma_desc_sw, vd); in k3_dma_start_txd()
399 bytes = container_of(vd, struct k3_dma_desc_sw, vd)->size; in k3_dma_tx_status()
403 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()
447 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc()
461 static struct k3_dma_desc_sw *k3_dma_alloc_desc_resource(int num, in k3_dma_alloc_desc_resource()
465 struct k3_dma_desc_sw *ds; in k3_dma_alloc_desc_resource()
494 struct k3_dma_desc_sw *ds; in k3_dma_prep_memcpy()
536 struct k3_dma_desc_sw *ds; in k3_dma_prep_slave_sg()
594 struct k3_dma_desc_sw *ds; in k3_dma_prep_dma_cyclic()
712 struct k3_dma_desc_sw *ds = in k3_dma_free_desc()
713 container_of(vd, struct k3_dma_desc_sw, vd); in k3_dma_free_desc()