Searched refs:map_dma (Results 1 - 11 of 11) sorted by relevance

/drivers/video/
H A Dsa1100fb.h41 dma_addr_t map_dma; member in struct:sa1100fb_info
H A Dimxfb.c140 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 Dsa1100fb.c464 fbi->palette_dma = fbi->map_dma + PAGE_SIZE - palette_mem_size;
564 fbi->map_dma, fbi->map_size);
1101 &fbi->map_dma, GFP_KERNEL);
1105 fbi->screen_dma = fbi->map_dma + PAGE_SIZE;
H A Dnuc900fb.c393 dma_addr_t map_dma; local
400 &map_dma, GFP_KERNEL);
406 info->fix.smem_start = map_dma;
H A Ds3c2410fb.c637 dma_addr_t map_dma; local
643 &map_dma, GFP_KERNEL);
651 info->fix.smem_start = map_dma;
H A Ds3c-fb.c1143 dma_addr_t map_dma; local
1164 &map_dma, GFP_KERNEL);
1169 (unsigned int)map_dma, fbi->screen_base);
1172 fbi->fix.smem_start = map_dma;
/drivers/gpu/ion/
H A Dion_priv.h88 * @map_dma map the memory for dma to a scatterlist
101 struct sg_table *(*map_dma) (struct ion_heap *heap, member in struct:ion_heap_ops
H A Dion_system_heap.c314 .map_dma = ion_system_heap_map_dma,
458 .map_dma = ion_system_contig_heap_map_dma,
H A Dion.c171 table = heap->ops->map_dma(heap, buffer);
718 pr_err("%s: invalid handle passed to map_dma.\n",
1267 if (!heap->ops->allocate || !heap->ops->free || !heap->ops->map_dma ||
/drivers/scsi/
H A Deata.c1610 static void map_dma(unsigned int i, struct hostdata *ha) function
1823 map_dma(i, ha);
H A Du14-34f.c1112 static void map_dma(unsigned int i, unsigned int j) { function
1304 map_dma(i, j);

Completed in 401 milliseconds