vds 258 drivers/gpu/drm/ingenic/ingenic-drm.c unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; vds 261 drivers/gpu/drm/ingenic/ingenic-drm.c vds = mode->vtotal - mode->vsync_start; vds 262 drivers/gpu/drm/ingenic/ingenic-drm.c vde = vds + mode->vdisplay; vds 286 drivers/gpu/drm/ingenic/ingenic-drm.c vds << JZ_LCD_DAV_VDS_OFFSET | vds 488 drivers/video/fbdev/tmiofb.c unsigned int vds = mode->vsync_len + mode->upper_margin; vds 497 drivers/video/fbdev/tmiofb.c if (vcount < vds || vcount > vds + mode->yres) vds 1593 fs/udf/super.c struct udf_vds_record vds[VDS_POS_LENGTH]; vds 1633 fs/udf/super.c return &(data->vds[VDS_POS_PRIMARY_VOL_DESC]); vds 1635 fs/udf/super.c return &(data->vds[VDS_POS_IMP_USE_VOL_DESC]); vds 1637 fs/udf/super.c return &(data->vds[VDS_POS_LOGICAL_VOL_DESC]); vds 1639 fs/udf/super.c return &(data->vds[VDS_POS_UNALLOC_SPACE_DESC]); vds 1672 fs/udf/super.c memset(data.vds, 0, sizeof(struct udf_vds_record) * VDS_POS_LENGTH); vds 1740 fs/udf/super.c if (!data.vds[VDS_POS_PRIMARY_VOL_DESC].block) { vds 1744 fs/udf/super.c ret = udf_load_pvoldesc(sb, data.vds[VDS_POS_PRIMARY_VOL_DESC].block); vds 1748 fs/udf/super.c if (data.vds[VDS_POS_LOGICAL_VOL_DESC].block) { vds 1750 fs/udf/super.c data.vds[VDS_POS_LOGICAL_VOL_DESC].block,