Searched defs:dma_device (Results 1 – 4 of 4) sorted by relevance
868 struct dma_device { struct869 struct kref ref;870 unsigned int chancnt;871 unsigned int privatecnt;872 struct list_head channels;873 struct list_head global_node;874 struct dma_filter filter;875 dma_cap_mask_t cap_mask;876 enum dma_desc_metadata_mode desc_metadata_modes;877 unsigned short max_xor;[all …]
51 struct device *dma_device; member
209 struct device *dma_device, in ib_umem_dmabuf_get_pinned_with_dma_device()
2704 struct device *dma_device; member