Searched refs:map_dma (Results 1 - 11 of 11) sorted by relevance
/drivers/gpu/ion/ |
H A D | ion_system_heap.c | 97 .map_dma = ion_system_heap_map_dma, 175 .map_dma = ion_system_contig_heap_map_dma,
|
H A D | ion_priv.h | 82 * @map_dma map the memory for dma to a scatterlist 95 struct scatterlist *(*map_dma) (struct ion_heap *heap, member in struct:ion_heap_ops
|
H A D | ion.c | 456 pr_err("%s: invalid handle passed to map_dma.\n", 464 if (!handle->buffer->heap->ops->map_dma) { 472 sglist = buffer->heap->ops->map_dma(buffer->heap, buffer);
|
/drivers/video/ |
H A D | sa1100fb.h | 78 dma_addr_t map_dma; member in struct:sa1100fb_info
|
H A D | imxfb.c | 140 dma_addr_t map_dma; member in struct:imxfb_info 789 fbi->map_size, &fbi->map_dma, GFP_KERNEL); 799 fbi->screen_dma = fbi->map_dma; 804 fbi->map_dma = pdata->fixed_screen_dma; 807 fbi->screen_dma = fbi->map_dma; 857 fbi->map_dma);
|
H A D | sa1100fb.c | 710 fbi->palette_dma = fbi->map_dma + PAGE_SIZE - palette_mem_size; 810 fbi->map_dma, fbi->map_size); 1329 &fbi->map_dma, GFP_KERNEL); 1333 fbi->screen_dma = fbi->map_dma + PAGE_SIZE;
|
H A D | nuc900fb.c | 393 dma_addr_t map_dma; local 400 &map_dma, GFP_KERNEL); 406 info->fix.smem_start = map_dma;
|
H A D | s3c2410fb.c | 637 dma_addr_t map_dma; local 643 &map_dma, GFP_KERNEL); 651 info->fix.smem_start = map_dma;
|
H A D | s3c-fb.c | 1121 dma_addr_t map_dma; local 1142 &map_dma, GFP_KERNEL); 1147 (unsigned int)map_dma, fbi->screen_base); 1150 fbi->fix.smem_start = map_dma;
|
/drivers/scsi/ |
H A D | eata.c | 1610 static void map_dma(unsigned int i, struct hostdata *ha) function 1823 map_dma(i, ha);
|
H A D | u14-34f.c | 1113 static void map_dma(unsigned int i, unsigned int j) { function 1305 map_dma(i, j);
|
Completed in 202 milliseconds