Searched refs:DMA_BIDIRECTIONAL (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | dma-direction.h | 6 DMA_BIDIRECTIONAL = 0, enumerator 14 return dir == DMA_BIDIRECTIONAL || dir == DMA_TO_DEVICE || in valid_dma_direction()
|
| /include/sound/ |
| A D | memalloc.h | 79 return snd_dma_alloc_dir_pages(type, dev, DMA_BIDIRECTIONAL, size, dmab); in snd_dma_alloc_pages() 110 return snd_devm_alloc_dir_pages(dev, type, DMA_BIDIRECTIONAL, size); in snd_devm_alloc_pages()
|
| /include/net/ |
| A D | xsk_buff_pool.h | 168 DMA_BIDIRECTIONAL); in xp_dma_sync_for_cpu() 174 dma_sync_single_for_device(pool->dev, dma, size, DMA_BIDIRECTIONAL); in xp_dma_sync_for_device()
|
| /include/target/ |
| A D | target_core_fabric.h | 243 return DMA_BIDIRECTIONAL; in target_reverse_dma_direction()
|
| /include/trace/events/ |
| A D | dma.h | 13 TRACE_DEFINE_ENUM(DMA_BIDIRECTIONAL); 20 { DMA_BIDIRECTIONAL, "BIDIRECTIONAL" }, \
|
| A D | rpcrdma.h | 488 TRACE_DEFINE_ENUM(DMA_BIDIRECTIONAL); 495 { DMA_BIDIRECTIONAL, "BIDIR" }, \
|
| /include/net/libeth/ |
| A D | xdp.h | 741 desc.len, DMA_BIDIRECTIONAL); in libeth_xdp_tx_fill_buf()
|
Completed in 16 milliseconds