Searched refs:v_end (Results 1 – 11 of 11) sorted by relevance
/linux/net/bridge/ |
A D | br_netlink_tunnel.c | 256 struct net_bridge_vlan **v_end, in __vlan_tunnel_handle_range() argument 271 if (v && curr_change && br_vlan_can_enter_range(v, *v_end)) { in __vlan_tunnel_handle_range() 272 *v_end = v; in __vlan_tunnel_handle_range() 276 br_vlan_notify(p->br, p, (*v_start)->vid, (*v_end)->vid, RTM_NEWVLAN); in __vlan_tunnel_handle_range() 280 *v_end = *v_start; in __vlan_tunnel_handle_range() 296 struct net_bridge_vlan *v_start = NULL, *v_end = NULL; in br_process_vlan_tunnel_info() local 315 __vlan_tunnel_handle_range(p, &v_start, &v_end, v, in br_process_vlan_tunnel_info() 318 if (v_start && v_end) in br_process_vlan_tunnel_info() 319 br_vlan_notify(br, p, v_start->vid, v_end->vid, in br_process_vlan_tunnel_info()
|
A D | br_vlan.c | 406 u16 v_start = 0, v_end = 0; in __vlan_flush() local 413 } else if (vlan->vid - v_end != 1) { in __vlan_flush() 415 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush() 418 v_end = vlan->vid; in __vlan_flush() 425 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush()
|
/linux/drivers/media/platform/omap3isp/ |
A D | isphist.c | 93 | (conf->region[c].v_end << in hist_setup_regs() 327 if (user_cfg->region[c].v_end & ~ISPHIST_REG_START_END_MASK) in hist_validate_params() 331 if (user_cfg->region[c].v_start > user_cfg->region[c].v_end) in hist_validate_params() 393 if (cur_cfg->region[c].v_end != user_cfg->region[c].v_end) in hist_comp_params()
|
/linux/drivers/video/fbdev/ |
A D | wm8505fb.c | 88 int v_end = v_start + info->var.yres; in wm8505fb_set_timing() local 89 int v_all = v_end + info->var.lower_margin; in wm8505fb_set_timing() 100 writel(v_end, fbi->regbase + WMT_GOVR_TIMING_V_END); in wm8505fb_set_timing()
|
/linux/include/xen/interface/ |
A D | memory.h | 152 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ member
|
/linux/drivers/staging/media/zoran/ |
A D | zoran_device.c | 229 unsigned int h_start, h_end, v_start, v_end; in zr36057_set_vfe() local 287 v_end = v_start + tvn->ha / 2; // - 1; FIXME SnapShot times out with -1 in 768*576 on the DC10 - LP in zr36057_set_vfe() 289 v_end -= vcrop2; in zr36057_set_vfe() 291 | ((v_end & ZR36057_VFEVCR_VMASK) << ZR36057_VFEVCR_V_END); in zr36057_set_vfe()
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 417 unsigned long v_end; in hugetlb_vmdelete_list() local 431 v_end = vma->vm_end; in hugetlb_vmdelete_list() 433 v_end = ((end - vma->vm_pgoff) << PAGE_SHIFT) in hugetlb_vmdelete_list() 435 if (v_end > vma->vm_end) in hugetlb_vmdelete_list() 436 v_end = vma->vm_end; in hugetlb_vmdelete_list() 439 unmap_hugepage_range(vma, vma->vm_start + v_offset, v_end, in hugetlb_vmdelete_list()
|
/linux/include/uapi/linux/ |
A D | omap3isp.h | 232 __u16 v_end; member
|
/linux/drivers/video/fbdev/nvidia/ |
A D | nvidia.c | 307 int v_end = (info->var.yres + info->var.lower_margin + in nvidia_calc_regs() local 323 v_end = v_total - 2; in nvidia_calc_regs() 351 state->crtc[0x11] = SetBitField(v_end, 3: 0, 3:0) | SetBit(5); in nvidia_calc_regs()
|
/linux/mm/ |
A D | hugetlb.c | 6456 v_end = ALIGN_DOWN(vma->vm_end, PUD_SIZE); in adjust_range_if_pmd_sharing_possible() local 6462 if (!(vma->vm_flags & VM_MAYSHARE) || !(v_end > v_start) || in adjust_range_if_pmd_sharing_possible() 6463 (*end <= v_start) || (*start >= v_end)) in adjust_range_if_pmd_sharing_possible() 6470 if (*end < v_end) in adjust_range_if_pmd_sharing_possible()
|
/linux/drivers/edac/ |
A D | amd64_edac.c | 2731 unsigned v_end = (err_sym + 1) * v_dim; in decode_syndrome() local 2737 if (v_idx < v_end && vectors[v_idx] & i) { in decode_syndrome()
|
Completed in 45 milliseconds