Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
/linux-4.4.14/net/bridge/
Dbr_netlink.c214 struct bridge_vlan_info vinfo; in br_fill_ifvlaninfo_range() local
218 vinfo.vid = vid_start; in br_fill_ifvlaninfo_range()
219 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range()
221 sizeof(vinfo), &vinfo)) in br_fill_ifvlaninfo_range()
224 vinfo.vid = vid_end; in br_fill_ifvlaninfo_range()
225 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END; in br_fill_ifvlaninfo_range()
227 sizeof(vinfo), &vinfo)) in br_fill_ifvlaninfo_range()
230 vinfo.vid = vid_start; in br_fill_ifvlaninfo_range()
231 vinfo.flags = flags; in br_fill_ifvlaninfo_range()
233 sizeof(vinfo), &vinfo)) in br_fill_ifvlaninfo_range()
[all …]
/linux-4.4.14/net/switchdev/
Dswitchdev.c643 struct bridge_vlan_info vinfo; in switchdev_port_vlan_dump_put() local
645 vinfo.flags = dump->flags; in switchdev_port_vlan_dump_put()
650 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put()
652 sizeof(vinfo), &vinfo)) in switchdev_port_vlan_dump_put()
655 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put()
656 vinfo.flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in switchdev_port_vlan_dump_put()
658 sizeof(vinfo), &vinfo)) in switchdev_port_vlan_dump_put()
660 vinfo.vid = dump->end; in switchdev_port_vlan_dump_put()
661 vinfo.flags &= ~BRIDGE_VLAN_INFO_RANGE_BEGIN; in switchdev_port_vlan_dump_put()
662 vinfo.flags |= BRIDGE_VLAN_INFO_RANGE_END; in switchdev_port_vlan_dump_put()
[all …]
/linux-4.4.14/fs/nilfs2/
Ddat.c436 struct nilfs_vinfo *vinfo = buf; in nilfs_dat_get_vinfo() local
443 ret = nilfs_palloc_get_entry_block(dat, vinfo->vi_vblocknr, in nilfs_dat_get_vinfo()
449 first = vinfo->vi_vblocknr; in nilfs_dat_get_vinfo()
454 j < nvi && vinfo->vi_vblocknr >= first && in nilfs_dat_get_vinfo()
455 vinfo->vi_vblocknr <= last; in nilfs_dat_get_vinfo()
456 j++, n++, vinfo = (void *)vinfo + visz) { in nilfs_dat_get_vinfo()
458 dat, vinfo->vi_vblocknr, entry_bh, kaddr); in nilfs_dat_get_vinfo()
459 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
460 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
461 vinfo->vi_blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_get_vinfo()
/linux-4.4.14/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
/linux-4.4.14/arch/mips/kernel/
Dsmp-bmips.c465 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.4.14/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()