Home
last modified time | relevance | path

Searched refs:vinfo (Results 1 – 5 of 5) sorted by relevance

/drivers/video/fbdev/vermilion/
Dvermilion.c180 static void vmlfb_free_vram(struct vml_info *vinfo) in vmlfb_free_vram() argument
184 for (i = 0; i < vinfo->num_areas; ++i) { in vmlfb_free_vram()
185 vmlfb_free_vram_area(&vinfo->vram[i]); in vmlfb_free_vram()
187 vinfo->num_areas = 0; in vmlfb_free_vram()
197 static int vmlfb_alloc_vram(struct vml_info *vinfo, in vmlfb_alloc_vram() argument
208 vinfo->num_areas = 0; in vmlfb_alloc_vram()
210 va = &vinfo->vram[i]; in vmlfb_alloc_vram()
222 vinfo->vram_start = va->phys; in vmlfb_alloc_vram()
223 vinfo->vram_logical = (void __iomem *) va->logical; in vmlfb_alloc_vram()
224 vinfo->vram_contig_size = va->size; in vmlfb_alloc_vram()
[all …]
/drivers/media/dvb-core/
Ddvb_filter.c96 pic->vinfo.vbv_delay = (( headr[1] >> 5 ) | ( headr[2] << 3) |
99 if (pr) printk( " vbv delay: 0x%04x", pic->vinfo.vbv_delay);
536 pic->vinfo.horizontal_size
538 pic->vinfo.vertical_size
Ddvb_filter.h177 struct dvb_video_info vinfo; member
/drivers/video/fbdev/sis/
Dsis.h410 struct sis_video_info *vinfo; member
Dsis_main.c3152 ivideo->sisfb_heap.vinfo = ivideo; in sisfb_heap_init()
3392 struct sis_video_info *ivideo = sisfb_heap->vinfo; in sis_malloc()
3429 struct sis_video_info *ivideo = sisfb_heap->vinfo; in sis_free()