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

/drivers/gpu/ion/
H A Dion_system_heap.c97 .map_dma = ion_system_heap_map_dma,
175 .map_dma = ion_system_contig_heap_map_dma,
H A Dion_priv.h82 * @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 Dion.c456 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 Dsa1100fb.h78 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.c710 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 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.c1121 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 Deata.c1610 static void map_dma(unsigned int i, struct hostdata *ha) function
1823 map_dma(i, ha);
H A Du14-34f.c1113 static void map_dma(unsigned int i, unsigned int j) { function
1305 map_dma(i, j);

Completed in 202 milliseconds