Home
last modified time | relevance | path

Searched refs:map_dma (Results 1 – 14 of 14) sorted by relevance

/drivers/video/fbdev/
Dimxfb.c152 dma_addr_t map_dma; member
484 writel(fbi->map_dma, fbi->regs + LCDC_SSA); in imxfb_enable_controller()
926 &fbi->map_dma, GFP_KERNEL); in imxfb_probe()
934 info->fix.smem_start = fbi->map_dma; in imxfb_probe()
994 fbi->map_dma); in imxfb_probe()
1030 fbi->map_dma); in imxfb_remove()
Dsa1100fb.h41 dma_addr_t map_dma; member
Dnuc900fb.c393 dma_addr_t map_dma; in nuc900fb_map_video_memory() local
400 &map_dma, GFP_KERNEL); in nuc900fb_map_video_memory()
406 info->fix.smem_start = map_dma; in nuc900fb_map_video_memory()
Dsa1100fb.c469 fbi->palette_dma = fbi->map_dma + PAGE_SIZE - palette_mem_size; in sa1100fb_set_par()
571 fbi->map_dma, fbi->map_size); in sa1100fb_mmap()
1103 &fbi->map_dma, GFP_KERNEL); in sa1100fb_map_video_memory()
1107 fbi->screen_dma = fbi->map_dma + PAGE_SIZE; in sa1100fb_map_video_memory()
Ds3c2410fb.c643 dma_addr_t map_dma; in s3c2410fb_map_video_memory() local
649 &map_dma, GFP_KERNEL); in s3c2410fb_map_video_memory()
657 info->fix.smem_start = map_dma; in s3c2410fb_map_video_memory()
Ds3c-fb.c1088 dma_addr_t map_dma; in s3c_fb_alloc_memory() local
1109 &map_dma, GFP_KERNEL); in s3c_fb_alloc_memory()
1114 (unsigned int)map_dma, fbi->screen_base); in s3c_fb_alloc_memory()
1117 fbi->fix.smem_start = map_dma; in s3c_fb_alloc_memory()
/drivers/staging/android/ion/
Dion_system_heap.c248 .map_dma = ion_system_heap_map_dma,
417 .map_dma = ion_system_contig_heap_map_dma,
Dion_carveout_heap.c142 .map_dma = ion_carveout_heap_map_dma,
Dion_cma_heap.c161 .map_dma = ion_cma_heap_map_dma,
Dion_priv.h119 struct sg_table * (*map_dma)(struct ion_heap *heap, member
Dion_chunk_heap.c134 .map_dma = ion_chunk_heap_map_dma,
Dion.c212 table = heap->ops->map_dma(heap, buffer); in ion_buffer_create()
1561 if (!heap->ops->allocate || !heap->ops->free || !heap->ops->map_dma || in ion_device_add_heap()
/drivers/scsi/
Du14-34f.c1112 static void map_dma(unsigned int i, unsigned int j) { in map_dma() function
1304 map_dma(i, j); in u14_34f_queuecommand_lck()
Deata.c1598 static void map_dma(unsigned int i, struct hostdata *ha) in map_dma() function
1811 map_dma(i, ha); in eata2x_queuecommand_lck()