/linux/net/bridge/ |
H A D | br_netlink_tunnel.c | 258 struct net_bridge_vlan **v_start, in __vlan_tunnel_handle_range() argument 271 if (!*v_start) in __vlan_tunnel_handle_range() 279 br_vlan_notify(p->br, p, (*v_start)->vid, (*v_end)->vid, RTM_NEWVLAN); in __vlan_tunnel_handle_range() 282 *v_start = curr_change ? v : NULL; in __vlan_tunnel_handle_range() 283 *v_end = *v_start; in __vlan_tunnel_handle_range() 299 struct net_bridge_vlan *v_start = NULL, *v_end = NULL; in br_process_vlan_tunnel_info() local 318 __vlan_tunnel_handle_range(p, &v_start, &v_end, v, in br_process_vlan_tunnel_info() 321 if (v_start && v_end) in br_process_vlan_tunnel_info() 322 br_vlan_notify(br, p, v_start->vid, v_end->vid, in br_process_vlan_tunnel_info()
|
H A D | br_vlan.c | 444 u16 v_start = 0, v_end = 0; in __vlan_flush() local 450 if (!v_start) { in __vlan_flush() 451 v_start = vlan->vid; in __vlan_flush() 454 br_vlan_notify(br, p, v_start, v_end, RTM_DELVLAN); in __vlan_flush() 455 v_start = vlan->vid; in __vlan_flush() 469 if (v_start) in __vlan_flush() 470 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 | 91 reg_ver[c] = (conf->region[c].v_start << in hist_setup_regs() 325 if (user_cfg->region[c].v_start & ~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() 391 if (cur_cfg->region[c].v_start != user_cfg->region[c].v_start) in hist_comp_params()
|
H A D | isph3a_af.c | 66 paxstart |= conf->paxel.v_start; in h3a_af_setup_regs() 278 (cur_cfg->paxel.v_start != user_cfg->paxel.v_start) || in h3a_af_set_params()
|
/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 286 v_start = tvn->v_start; in zr36057_set_vfe() 288 v_end = v_start + tvn->ha / 2; // - 1; in zr36057_set_vfe() 289 v_start += vcrop1; in zr36057_set_vfe() 291 reg = ((v_start & ZR36057_VFEVCR_VMASK) << ZR36057_VFEVCR_V_START) in zr36057_set_vfe() 460 reg = ((zr->jpg_settings.img_y + tvn->v_start) << ZR36057_FVAP_NAY) | in zr36057_set_jpg()
|
H A D | zr36016.c | 220 ptr->name, norm->h_start, norm->v_start, in zr36016_set_video() 246 ptr->yoff = norm->v_start + cap->y; in zr36016_set_video()
|
H A D | videocodec.h | 222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
|
H A D | zr36060.c | 564 reg = norm->v_start - 1; /* BVstart */ in zr36060_set_video() 579 reg = cap->y + norm->v_start; /* Vstart */ in zr36060_set_video() 596 reg = norm->v_start - 4; /* SVstart */ in zr36060_set_video()
|
H A D | zr36050.c | 551 ptr->name, norm->h_start, norm->v_start, in zr36050_set_video()
|
/linux/fs/hugetlbfs/ |
H A D | inode.c | 477 unsigned long v_start; in hugetlb_unmap_file_folio() local 488 v_start = vma_offset_start(vma, start); in hugetlb_unmap_file_folio() 491 if (!hugetlb_vma_maps_page(vma, v_start, page)) in hugetlb_unmap_file_folio() 507 unmap_hugepage_range(vma, v_start, v_end, NULL, in hugetlb_unmap_file_folio() 539 v_start = vma_offset_start(vma, start); in hugetlb_unmap_file_folio() 541 if (hugetlb_vma_maps_page(vma, v_start, page)) in hugetlb_unmap_file_folio() 542 unmap_hugepage_range(vma, v_start, v_end, NULL, in hugetlb_unmap_file_folio() 564 unsigned long v_start; in hugetlb_vmdelete_list() local 570 v_start = vma_offset_start(vma, start); in hugetlb_vmdelete_list() 573 unmap_hugepage_range(vma, v_start, v_end, NULL, zap_flags); in hugetlb_vmdelete_list()
|
/linux/drivers/video/fbdev/ |
H A D | wm8505fb.c | 87 int v_start = info->var.upper_margin; in wm8505fb_set_timing() local 88 int v_end = v_start + info->var.yres; in wm8505fb_set_timing() 99 writel(v_start, fbi->regbase + WMT_GOVR_TIMING_V_START); in wm8505fb_set_timing()
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 307 int v_start = info->var.yres + info->var.lower_margin - 1; in nvidia_calc_regs() local 323 v_start = v_total - 3; in nvidia_calc_regs() 325 v_blank_s = v_start; in nvidia_calc_regs() 342 | SetBitField(v_start, 8: 8, 2:2) in nvidia_calc_regs() 347 | SetBitField(v_start, 9: 9, 7:7); in nvidia_calc_regs() 351 state->crtc[0x10] = Set8Bits(v_start); in nvidia_calc_regs() 366 | SetBitField(v_start, 10: 10, 2:2) in nvidia_calc_regs() 377 | SetBitField(v_start, 11: 11, 4:4) in nvidia_calc_regs()
|
/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 | 236 __u16 v_start; member 293 __u16 v_start; /* Vertical Start Position */ member
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpdma_priv.h | 292 static inline u32 dtd_start_h_v(int h_start, int v_start) in dtd_start_h_v() argument 294 return (h_start << DTD_H_START_SHFT) | v_start; in dtd_start_h_v()
|
/linux/drivers/media/i2c/ |
H A D | ov2680.c | 142 u16 v_start; member 358 sensor->mode.v_start = (sensor->mode.crop.top + in ov2680_calc_mode() 363 min(sensor->mode.v_start + height - 1, OV2680_NATIVE_HEIGHT - 1); in ov2680_calc_mode() 390 sensor->mode.v_start, &ret); in ov2680_set_mode()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 528 int h_start, h_stop, v_start, v_stop; in set_size() local 533 v_start = dev->crop_current.top/2; in set_size() 541 saa_writeb(SAA7134_VIDEO_V_START1(task), v_start & 0xff); in set_size() 542 saa_writeb(SAA7134_VIDEO_V_START2(task), v_start >> 8); in set_size()
|
/linux/fs/ocfs2/ |
H A D | xattr.c | 5026 u32 *v_start, in ocfs2_adjust_xattr_cross_cluster() argument 5041 v_start); in ocfs2_adjust_xattr_cross_cluster() 5054 v_start); in ocfs2_adjust_xattr_cross_cluster() 5060 v_start); in ocfs2_adjust_xattr_cross_cluster() 5100 u32 clusters_to_add = 1, bit_off, num_bits, v_start = 0; in ocfs2_add_new_xattr_cluster() local 5145 v_start = prev_cpos + prev_clusters; in ocfs2_add_new_xattr_cluster() 5154 &v_start, in ocfs2_add_new_xattr_cluster() 5163 v_start, num_bits); in ocfs2_add_new_xattr_cluster() 5164 ret = ocfs2_insert_extent(handle, &et, v_start, block, in ocfs2_add_new_xattr_cluster()
|
/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.c | 149 (void __iomem *)®s->v_start); in overlay_set_win()
|
H A D | mmp_ctrl.h | 55 u32 v_start; /* Video Starting Point on Screen */ member
|
/linux/mm/ |
H A D | hugetlb.c | 7155 unsigned long v_start = ALIGN(vma->vm_start, PUD_SIZE), in adjust_range_if_pmd_sharing_possible() local 7162 if (!(vma->vm_flags & VM_MAYSHARE) || !(v_end > v_start) || in adjust_range_if_pmd_sharing_possible() 7163 (*end <= v_start) || (*start >= v_end)) in adjust_range_if_pmd_sharing_possible() 7167 if (*start > v_start) in adjust_range_if_pmd_sharing_possible()
|
/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 1662 machine_to_phys_mapping = (unsigned long *)mapping.v_start; in xen_setup_machphys_mapping()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 4589 int v_start = 0; in i40e_vsi_map_rings_to_vectors() local 4599 for (; v_start < q_vectors; v_start++) { in i40e_vsi_map_rings_to_vectors() 4600 struct i40e_q_vector *q_vector = vsi->q_vectors[v_start]; in i40e_vsi_map_rings_to_vectors() 4602 num_ringpairs = DIV_ROUND_UP(qp_remaining, q_vectors - v_start); in i40e_vsi_map_rings_to_vectors() 4613 i40e_map_vector_to_qp(vsi, v_start, qp_idx); in i40e_vsi_map_rings_to_vectors()
|