Home
last modified time | relevance | path

Searched refs:msgdma_sw_desc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/
H A Daltera-msgdma.c159 struct msgdma_sw_desc { struct
183 struct msgdma_sw_desc *sw_desq; argument
201 #define tx_to_desc(tx) container_of(tx, struct msgdma_sw_desc, async_tx)
209 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev) in msgdma_get_descriptor()
211 struct msgdma_sw_desc *desc; in msgdma_get_descriptor()
215 desc = list_first_entry(&mdev->free_list, struct msgdma_sw_desc, node); in msgdma_get_descriptor()
230 struct msgdma_sw_desc *desc) in msgdma_free_descriptor()
232 struct msgdma_sw_desc *child, *next; in msgdma_free_descriptor()
250 struct msgdma_sw_desc *desc, *next; in msgdma_free_desc_list()
306 struct msgdma_sw_desc *new; in msgdma_tx_submit()
[all …]