Lines Matching refs:sdma_desc
317 struct sdma_desc { struct
361 struct sdma_desc *desc;
724 static struct sdma_desc *to_sdma_desc(struct dma_async_tx_descriptor *t) in to_sdma_desc()
726 return container_of(t, struct sdma_desc, vd.tx); in to_sdma_desc()
732 struct sdma_desc *desc; in sdma_start_desc()
764 struct sdma_desc *desc = sdmac->desc; in sdma_update_channel_loop()
841 struct sdma_desc *desc; in sdma_int_handler()
1193 static int sdma_alloc_bd(struct sdma_desc *desc) in sdma_alloc_bd()
1207 static void sdma_free_bd(struct sdma_desc *desc) in sdma_free_bd()
1214 struct sdma_desc *desc = container_of(vd, struct sdma_desc, vd); in sdma_desc_free()
1312 static struct sdma_desc *sdma_transfer_init(struct sdma_channel *sdmac, in sdma_transfer_init()
1315 struct sdma_desc *desc; in sdma_transfer_init()
1360 struct sdma_desc *desc; in sdma_prep_memcpy()
1416 struct sdma_desc *desc; in sdma_prep_slave_sg()
1498 struct sdma_desc *desc; in sdma_prep_dma_cyclic()
1590 struct sdma_desc *desc; in sdma_tx_status()