Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Ddmaengine.h843 struct dma_device { struct
844 struct kref ref;
845 unsigned int chancnt;
846 unsigned int privatecnt;
847 struct list_head channels;
848 struct list_head global_node;
849 struct dma_filter filter;
850 dma_cap_mask_t cap_mask;
851 enum dma_desc_metadata_mode desc_metadata_modes;
852 unsigned short max_xor;
[all …]