Lines Matching refs:sdma_desc
317 struct sdma_desc { struct
362 struct sdma_desc *desc;
746 static struct sdma_desc *to_sdma_desc(struct dma_async_tx_descriptor *t) in to_sdma_desc()
748 return container_of(t, struct sdma_desc, vd.tx); in to_sdma_desc()
754 struct sdma_desc *desc; in sdma_start_desc()
786 struct sdma_desc *desc = sdmac->desc; in sdma_update_channel_loop()
863 struct sdma_desc *desc; in sdma_int_handler()
1227 static int sdma_alloc_bd(struct sdma_desc *desc) in sdma_alloc_bd()
1242 static void sdma_free_bd(struct sdma_desc *desc) in sdma_free_bd()
1252 struct sdma_desc *desc = container_of(vd, struct sdma_desc, vd); in sdma_desc_free()
1345 static struct sdma_desc *sdma_transfer_init(struct sdma_channel *sdmac, in sdma_transfer_init()
1348 struct sdma_desc *desc; in sdma_transfer_init()
1393 struct sdma_desc *desc; in sdma_prep_memcpy()
1449 struct sdma_desc *desc; in sdma_prep_slave_sg()
1533 struct sdma_desc *desc; in sdma_prep_dma_cyclic()
1651 struct sdma_desc *desc; in sdma_tx_status()