Searched refs:k3_dma_desc_sw (Results 1 – 1 of 1) sorted by relevance
70 struct k3_dma_desc_sw { struct95 struct k3_dma_desc_sw *ds_run; argument96 struct k3_dma_desc_sw *ds_done;275 struct k3_dma_desc_sw *ds = in k3_dma_start_txd()276 container_of(vd, struct k3_dma_desc_sw, vd); in k3_dma_start_txd()394 bytes = container_of(vd, struct k3_dma_desc_sw, vd)->size; in k3_dma_tx_status()398 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()442 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc()456 static struct k3_dma_desc_sw *k3_dma_alloc_desc_resource(int num, in k3_dma_alloc_desc_resource()460 struct k3_dma_desc_sw *ds; in k3_dma_alloc_desc_resource()[all …]