| /linux/net/bridge/ |
| H A D | br_netlink_tunnel.c | 259 struct net_bridge_vlan **v_end, in __vlan_tunnel_handle_range() argument 275 br_vlan_can_enter_range(v, *v_end, br_get_pvid(vg))) { in __vlan_tunnel_handle_range() 276 *v_end = v; in __vlan_tunnel_handle_range() 280 br_vlan_notify(p->br, p, (*v_start)->vid, (*v_end)->vid, RTM_NEWVLAN); in __vlan_tunnel_handle_range() 284 *v_end = *v_start; in __vlan_tunnel_handle_range() 300 struct net_bridge_vlan *v_start = NULL, *v_end = NULL; in br_process_vlan_tunnel_info() local 320 __vlan_tunnel_handle_range(p, &v_start, &v_end, v, in br_process_vlan_tunnel_info() 323 if (v_start && v_end) in br_process_vlan_tunnel_info() 324 br_vlan_notify(br, p, v_start->vid, v_end->vid, in br_process_vlan_tunnel_info()
|
| H A D | br_vlan.c | 453 u16 v_start = 0, v_end = 0; in __vlan_flush() local 460 } else if (vlan->vid - v_end != 1) { in __vlan_flush() 462 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush() 465 v_end = vlan->vid; in __vlan_flush() 472 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 14 V_FREE=0, V_OFF, V_RELEASED, V_PLAYING, V_END enumerator 84 struct best_voice best[V_END]; in snd_emu10k1_synth_get_voice() 90 for (i = 0; i < V_END; i++) { in snd_emu10k1_synth_get_voice() 217 for (i = 0; i < V_END; i++) { in lookup_voices() 280 struct best_voice best[V_END]; in get_voice() 286 for (i = 0; i < V_END; i++) { in get_voice()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H 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/ |
| H 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/drivers/media/pci/zoran/ |
| H A D | zoran_device.c | 229 unsigned int h_start, h_end, v_start, v_end; in zr36057_set_vfe() local 288 v_end = v_start + tvn->ha / 2; // - 1; in zr36057_set_vfe() 290 v_end -= vcrop2; in zr36057_set_vfe() 292 | ((v_end & ZR36057_VFEVCR_VMASK) << ZR36057_VFEVCR_V_END); in zr36057_set_vfe()
|
| /linux/drivers/media/i2c/ |
| H A D | ov2680.c | 143 u16 v_end; member 361 sensor->mode.v_end = in ov2680_calc_mode() 393 sensor->mode.v_end, &ret); in ov2680_set_mode()
|
| /linux/include/xen/interface/ |
| H A D | memory.h | 152 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ member
|
| /linux/include/uapi/linux/ |
| H A D | omap3isp.h | 237 __u16 v_end; member
|
| /linux/mm/ |
| H A D | hugetlb.c | 6961 v_end = ALIGN_DOWN(vma->vm_end, PUD_SIZE); in adjust_range_if_pmd_sharing_possible() local 6967 if (!(vma->vm_flags & VM_MAYSHARE) || !(v_end > v_start) || in adjust_range_if_pmd_sharing_possible() 6968 (*end <= v_start) || (*start >= v_end)) in adjust_range_if_pmd_sharing_possible() 6975 if (*end < v_end) in adjust_range_if_pmd_sharing_possible()
|
| /linux/drivers/edac/ |
| H A D | amd64_edac.c | 2627 unsigned v_end = (err_sym + 1) * v_dim; in decode_syndrome() local 2633 if (v_idx < v_end && vectors[v_idx] & i) { in decode_syndrome()
|