Home
last modified time | relevance | path

Searched defs:xilinx_dma_chan (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/dma/xilinx/
Dxilinx_dma.c414 struct xilinx_dma_chan { struct
415 struct xilinx_dma_device *xdev;
416 u32 ctrl_offset;
417 u32 desc_offset;
418 spinlock_t lock;
419 struct list_head pending_list;
420 struct list_head active_list;
421 struct list_head done_list;
422 struct list_head free_seg_list;
423 struct dma_chan common;
[all …]