Searched refs:dma_attrs (Results 1 – 7 of 7) sorted by relevance
| /linux/rust/kernel/ |
| H A D | dma.rs | 427 dma_attrs: Attrs, in zeroed_slice() 429 Coherent::zeroed_slice_with_attrs(dev, count, gfp_flags, dma_attrs).map(Self) in zeroed_slice() 493 dma_attrs: Attrs, in from_slice_with_attrs() 502 dma_attrs, 512 /// `dma_attrs` is 0 by default. in from_slice() 532 dma_attrs: Attrs, in zeroed() 534 Coherent::zeroed_with_attrs(dev, gfp_flags, dma_attrs).map(Self) 607 dma_attrs: Attrs, in size() 671 dma_attrs: Attrs, in field_read() 688 dma_attrs 599 dma_attrs: Attrs, global() field 1039 dma_attrs: Attrs, global() field 1059 let dma_attrs = dma_attrs | Attrs(bindings::DMA_ATTR_NO_KERNEL_MAPPING); alloc_with_attrs() localVariable [all...] |
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | v4l2.c | 340 unsigned long dma_attrs; in tegra_queue_init() local 355 dma_attrs = DMA_ATTR_WRITE_COMBINE; in tegra_queue_init() 364 src_vq->dma_attrs = dma_attrs; in tegra_queue_init() 382 dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in tegra_queue_init() 389 dst_vq->dma_attrs = dma_attrs; in tegra_queue_init()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.h | 19 unsigned long dma_attrs; member
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-contig.c | 203 if (q->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in vb2_dc_alloc_coherent() 245 buf->attrs = vb->vb2_queue->dma_attrs; in vb2_dc_alloc()
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 895 q->dma_attrs = DMA_ATTR_ALLOC_SINGLE_PAGES; in s5p_mfc_open() 930 q->dma_attrs = DMA_ATTR_ALLOC_SINGLE_PAGES; in s5p_mfc_open()
|
| /linux/Documentation/core-api/ |
| H A D | dma-api.rst | 438 dma_attrs. 444 If dma_attrs are 0, the semantics of each of these functions
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 2589 dst_vq->dma_attrs = DMA_ATTR_NO_KERNEL_MAPPING; in coda_decoder_queue_init()
|