Searched refs:fsl_desc_sw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.c | 129 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol() 382 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue() 384 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue() 409 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit() 410 struct fsl_desc_sw *child; in fsl_dma_tx_submit() 445 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor() 458 static struct fsl_desc_sw *fsl_dma_alloc_descriptor(struct fsldma_chan *chan) in fsl_dma_alloc_descriptor() 460 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor() 489 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor() 507 struct fsl_desc_sw *des in fsldma_run_tx_complete_actions() [all...] |
H A D | fsldma.h | 100 struct fsl_desc_sw { struct 191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node) 192 #define tx_to_fsl_desc(tx) container_of(tx, struct fsl_desc_sw, async_tx)
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsldma.c | 130 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol() 383 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue() 385 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue() 410 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit() 411 struct fsl_desc_sw *child; in fsl_dma_tx_submit() 446 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor() 459 static struct fsl_desc_sw *fsl_dma_alloc_descriptor(struct fsldma_chan *chan) in fsl_dma_alloc_descriptor() 461 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor() 490 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor() 508 struct fsl_desc_sw *des in fsldma_run_tx_complete_actions() [all...] |
H A D | fsldma.h | 100 struct fsl_desc_sw { struct 191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node) 192 #define tx_to_fsl_desc(tx) container_of(tx, struct fsl_desc_sw, async_tx)
|
Completed in 4 milliseconds