Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Ddmaengine.h475 struct dmaengine_unmap_data { struct
477 u16 map_cnt;
481 u8 to_cnt;
482 u8 from_cnt;
483 u8 bidi_cnt;
484 struct device *dev;
485 struct kref kref;
486 size_t len;
487 dma_addr_t addr[0];
/kernel/linux/linux-5.10/include/linux/
Ddmaengine.h548 struct dmaengine_unmap_data { struct
550 u16 map_cnt;
554 u8 to_cnt;
555 u8 from_cnt;
556 u8 bidi_cnt;
557 struct device *dev;
558 struct kref kref;
559 size_t len;
560 dma_addr_t addr[];