xstart            166 drivers/gpu/drm/sti/sti_vtg.c 	u32 xstart = sti_vtg_get_pixel_number(*mode, 0);
xstart            172 drivers/gpu/drm/sti/sti_vtg.c 	video_top_field_start = (ystart << 16) | xstart;
xstart           3906 drivers/media/usb/gspca/ov519.c 	int qvga, xstart, xend, ystart, yend;
xstart           3943 drivers/media/usb/gspca/ov519.c 			xstart = (1040 - gspca_dev->pixfmt.width) / 2 +
xstart           3947 drivers/media/usb/gspca/ov519.c 			xstart = (2076 - gspca_dev->pixfmt.width) / 2 +
xstart           3951 drivers/media/usb/gspca/ov519.c 		xend = xstart + gspca_dev->pixfmt.width;
xstart           3957 drivers/media/usb/gspca/ov519.c 			   (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7),
xstart           3962 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, 0x17, xstart >> 4);
xstart           4021 drivers/media/usb/gspca/ov519.c 			xstart = 164;
xstart           4026 drivers/media/usb/gspca/ov519.c 			xstart = 158;
xstart           4033 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, OV7670_R17_HSTART, xstart >> 3);
xstart           4036 drivers/media/usb/gspca/ov519.c 		v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07);
xstart           1096 drivers/mfd/si476x-cmd.c 		puargs->ibias6x << 7 | puargs->xstart,
xstart             72 drivers/video/console/newport_con.c static inline void newport_render_background(int xstart, int ystart,
xstart             82 drivers/video/console/newport_con.c 	    (xstart << 16) | ((ystart + topscan) & 0x3ff);
xstart            135 drivers/video/console/newport_con.c static inline void newport_clear_screen(int xstart, int ystart, int xend,
xstart            147 drivers/video/console/newport_con.c 	npregs->set.xystarti = (xstart << 16) | ystart;
xstart            208 include/linux/mfd/si476x-platform.h 	enum si476x_xstart  xstart;