Searched refs:vinfo (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 180 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 …]
|
/linux-4.1.27/net/bridge/ |
D | br_netlink.c | 159 struct bridge_vlan_info vinfo; in br_fill_ifvlaninfo_range() local 163 vinfo.vid = vid_start; in br_fill_ifvlaninfo_range() 164 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range() 166 sizeof(vinfo), &vinfo)) in br_fill_ifvlaninfo_range() 169 vinfo.flags &= ~BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range() 171 vinfo.vid = vid_end; in br_fill_ifvlaninfo_range() 172 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END; in br_fill_ifvlaninfo_range() 174 sizeof(vinfo), &vinfo)) in br_fill_ifvlaninfo_range() 177 vinfo.vid = vid_start; in br_fill_ifvlaninfo_range() 178 vinfo.flags = flags; in br_fill_ifvlaninfo_range() [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | dat.c | 438 struct nilfs_vinfo *vinfo = buf; in nilfs_dat_get_vinfo() local 445 ret = nilfs_palloc_get_entry_block(dat, vinfo->vi_vblocknr, in nilfs_dat_get_vinfo() 451 first = vinfo->vi_vblocknr; in nilfs_dat_get_vinfo() 456 j < nvi && vinfo->vi_vblocknr >= first && in nilfs_dat_get_vinfo() 457 vinfo->vi_vblocknr <= last; in nilfs_dat_get_vinfo() 458 j++, n++, vinfo = (void *)vinfo + visz) { in nilfs_dat_get_vinfo() 460 dat, vinfo->vi_vblocknr, entry_bh, kaddr); in nilfs_dat_get_vinfo() 461 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo() 462 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo() 463 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_filter.c | 96 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
|
D | dvb_filter.h | 177 struct dvb_video_info vinfo; member
|
/linux-4.1.27/arch/mips/kernel/ |
D | smp-bmips.c | 465 static void bmips_set_reset_vec_remote(void *vinfo) in bmips_set_reset_vec_remote() argument 467 struct reset_vec_info *info = vinfo; in bmips_set_reset_vec_remote()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis.h | 410 struct sis_video_info *vinfo; member
|
D | sis_main.c | 3155 ivideo->sisfb_heap.vinfo = ivideo; in sisfb_heap_init() 3395 struct sis_video_info *ivideo = sisfb_heap->vinfo; in sis_malloc() 3432 struct sis_video_info *ivideo = sisfb_heap->vinfo; in sis_free()
|