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;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()[all …]