Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/xilinx/
Dxilinx_dma.c418 struct xilinx_dma_chan { struct
419 struct xilinx_dma_device *xdev;
420 u32 ctrl_offset;
421 u32 desc_offset;
422 spinlock_t lock;
423 struct list_head pending_list;
424 struct list_head active_list;
425 struct list_head done_list;
426 struct list_head free_seg_list;
427 struct dma_chan common;
[all …]