Searched refs:v_end (Results 1 – 8 of 8) sorted by relevance
| /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 319 __vlan_tunnel_handle_range(p, &v_start, &v_end, v, in br_process_vlan_tunnel_info() 322 if (v_start && v_end) in br_process_vlan_tunnel_info() 323 br_vlan_notify(br, p, v_start->vid, v_end->vid, in br_process_vlan_tunnel_info()
|
| H A D | br_vlan.c | 451 u16 v_start = 0, v_end = 0; in __vlan_flush() local 459 } else if (vlan->vid - v_end != 1) { in __vlan_flush() 461 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush() 464 v_end = vlan->vid; in __vlan_flush() 477 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush()
|
| /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/include/xen/interface/ |
| H A D | memory.h | 152 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ member
|
| /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/uapi/linux/ |
| H A D | omap3isp.h | 237 __u16 v_end; member
|