Searched refs:map_dma (Results 1 – 14 of 14) sorted by relevance
/drivers/video/fbdev/ |
D | imxfb.c | 152 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()
|
D | sa1100fb.h | 41 dma_addr_t map_dma; member
|
D | nuc900fb.c | 393 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()
|
D | sa1100fb.c | 469 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()
|
D | s3c2410fb.c | 643 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()
|
D | s3c-fb.c | 1088 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/ |
D | ion_system_heap.c | 248 .map_dma = ion_system_heap_map_dma, 417 .map_dma = ion_system_contig_heap_map_dma,
|
D | ion_carveout_heap.c | 142 .map_dma = ion_carveout_heap_map_dma,
|
D | ion_cma_heap.c | 161 .map_dma = ion_cma_heap_map_dma,
|
D | ion_priv.h | 119 struct sg_table * (*map_dma)(struct ion_heap *heap, member
|
D | ion_chunk_heap.c | 134 .map_dma = ion_chunk_heap_map_dma,
|
D | ion.c | 212 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/ |
D | u14-34f.c | 1112 static void map_dma(unsigned int i, unsigned int j) { in map_dma() function 1304 map_dma(i, j); in u14_34f_queuecommand_lck()
|
D | eata.c | 1598 static void map_dma(unsigned int i, struct hostdata *ha) in map_dma() function 1811 map_dma(i, ha); in eata2x_queuecommand_lck()
|