Searched refs:k3_dma_desc_sw (Results 1 – 1 of 1) sorted by relevance
69 struct k3_dma_desc_sw { struct94 struct k3_dma_desc_sw *ds_run; argument95 struct k3_dma_desc_sw *ds_done;279 struct k3_dma_desc_sw *ds = in k3_dma_start_txd()280 container_of(vd, struct k3_dma_desc_sw, vd); in k3_dma_start_txd()398 bytes = container_of(vd, struct k3_dma_desc_sw, vd)->size; in k3_dma_tx_status()402 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()446 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc()460 static struct k3_dma_desc_sw *k3_dma_alloc_desc_resource(int num, in k3_dma_alloc_desc_resource()464 struct k3_dma_desc_sw *ds; in k3_dma_alloc_desc_resource()[all …]