Searched refs:ystart (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/console/ |
H A D | newport_con.c | 71 static inline void newport_render_background(int xstart, int ystart, newport_render_background() argument 81 (xstart << 16) | ((ystart + topscan) & 0x3ff); newport_render_background() 134 static inline void newport_clear_screen(int xstart, int ystart, int xend, newport_clear_screen() argument 146 npregs->set.xystarti = (xstart << 16) | ystart; newport_clear_screen() 150 static inline void newport_clear_lines(int ystart, int yend, int ci) newport_clear_lines() argument 152 ystart = ((ystart << 4) + topscan) & 0x3ff; newport_clear_lines() 154 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); newport_clear_lines() 354 int ystart = ((sy << 4) + topscan) & 0x3ff; newport_clear() local 360 if (ystart < yend) { newport_clear() 361 newport_clear_screen(sx << 3, ystart, xend, yend, newport_clear() 364 newport_clear_screen(sx << 3, ystart, xend, 1023, newport_clear()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 450 unsigned int ystart = y; create_req_list() local 455 ADD_PREQ(x, ystart, xspan, yspan); create_req_list() 456 ystart += yspan; create_req_list() 461 ADD_PREQ(x, ystart, xspan, yspan); create_req_list()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
H A D | sti_vtg.c | 131 u32 ystart = sti_vtg_get_line_number(*mode, 0); vtg_set_output_window() local 136 video_top_field_start = (ystart << 16) | xstart; vtg_set_output_window()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | ov519.c | 3915 int qvga, xstart, xend, ystart, yend; mode_init_ov_sensor_regs() local 3954 ystart = (776 - gspca_dev->pixfmt.height) / 2; mode_init_ov_sensor_regs() 3958 ystart = (1544 - gspca_dev->pixfmt.height) / 2; mode_init_ov_sensor_regs() 3961 yend = ystart + gspca_dev->pixfmt.height; mode_init_ov_sensor_regs() 3969 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3), mode_init_ov_sensor_regs() 3973 i2c_w(sd, 0x19, ystart >> 3); mode_init_ov_sensor_regs() 4032 ystart = 14; mode_init_ov_sensor_regs() 4037 ystart = 10; mode_init_ov_sensor_regs() 4050 i2c_w(sd, OV7670_R19_VSTART, ystart >> 2); mode_init_ov_sensor_regs() 4053 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03); mode_init_ov_sensor_regs()
|
/linux-4.4.14/include/video/ |
H A D | newport.h | 162 npireg_t xymove; /* x.y offset from xstart, ystart for relative operations */
|
Completed in 317 milliseconds