xds                26 arch/x86/include/uapi/asm/ptrace.h 	int  xds;
xds               715 drivers/gpu/drm/sti/sti_gdp.c 	u32 ydo, xdo, yds, xds;
xds               789 drivers/gpu/drm/sti/sti_gdp.c 	xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1);
xds               791 drivers/gpu/drm/sti/sti_gdp.c 	top_field->gam_gdp_vps = (yds << 16) | xds;
xds               226 drivers/gpu/drm/sti/sti_mixer.c 	u32 ydo, xdo, yds, xds;
xds               231 drivers/gpu/drm/sti/sti_mixer.c 	xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
xds               234 drivers/gpu/drm/sti/sti_mixer.c 	sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds);
xds               295 drivers/gpu/drm/sti/sti_mixer.c 	u32 ydo, xdo, yds, xds;
xds               300 drivers/gpu/drm/sti/sti_mixer.c 	xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
xds               303 drivers/gpu/drm/sti/sti_mixer.c 			 sti_mixer_to_str(mixer), xdo, ydo, xds, yds);
xds               305 drivers/gpu/drm/sti/sti_mixer.c 	sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds);
xds               149 drivers/gpu/drm/sti/sti_vid.c 	u32 val, ydo, xdo, yds, xds;
xds               164 drivers/gpu/drm/sti/sti_vid.c 	xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1);
xds               167 drivers/gpu/drm/sti/sti_vid.c 	writel((yds << 16) | xds, vid->regs + VID_VPS);
xds               163 drivers/gpu/drm/udl/udl_modeset.c 	u16 xds, yds;
xds               168 drivers/gpu/drm/udl/udl_modeset.c 	xds = mode->crtc_htotal - mode->crtc_hsync_start;
xds               169 drivers/gpu/drm/udl/udl_modeset.c 	wrptr = udl_set_register_lfsr16(wrptr, 0x01, xds);
xds               171 drivers/gpu/drm/udl/udl_modeset.c 	xde = xds + mode->crtc_hdisplay;
xds               399 drivers/media/i2c/saa7127.c 	u16 xds = data->data[1] << 8 | data->data[0];
xds               413 drivers/media/i2c/saa7127.c 	v4l2_dbg(2, debug, sd, "XDS data: %04x\n", xds);
xds               414 drivers/media/i2c/saa7127.c 	saa7127_write(sd, SAA7127_REG_LINE_21_EVEN_0, xds & 0xff);
xds               415 drivers/media/i2c/saa7127.c 	saa7127_write(sd, SAA7127_REG_LINE_21_EVEN_1, xds >> 8);
xds               416 drivers/media/i2c/saa7127.c 	state->xds_data = xds;
xds               222 drivers/video/fbdev/udlfb.c 	u16 xds, yds;
xds               227 drivers/video/fbdev/udlfb.c 	xds = var->left_margin + var->hsync_len;
xds               228 drivers/video/fbdev/udlfb.c 	wrptr = dlfb_set_register_lfsr16(wrptr, 0x01, xds);
xds               230 drivers/video/fbdev/udlfb.c 	xde = xds + var->xres;