Searched refs:start_y (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dnconf.gui.c549 int start_x = 0, start_y = 0; show_scroll_win() local
595 copywin(pad, win, start_y, start_x, 2, 2, text_lines, show_scroll_win()
610 start_y += text_lines-2; show_scroll_win()
614 start_y -= text_lines+2; show_scroll_win()
617 start_y = 0; show_scroll_win()
620 start_y = total_lines-text_lines; show_scroll_win()
624 start_y++; show_scroll_win()
628 start_y--; show_scroll_win()
643 if (start_y < 0) show_scroll_win()
644 start_y = 0; show_scroll_win()
645 if (start_y >= total_lines-text_lines) show_scroll_win()
646 start_y = total_lines-text_lines; show_scroll_win()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c278 s16 start_x, end_x, start_y, end_y, found_x = -1; scan_r2l_t2b() local
284 start_y = field->p0.y; scan_r2l_t2b()
293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y)) scan_r2l_t2b()
305 for (y = start_y; y <= end_y; y++) { scan_r2l_t2b()
352 s16 start_x, end_x, start_y, end_y, found_x = -1; scan_l2r_t2b() local
358 start_y = field->p0.y; scan_l2r_t2b()
367 if (w > LEN(end_x, start_x) || h > LEN(end_y, start_y)) scan_l2r_t2b()
381 for (y = start_y; y <= end_y; y++) { scan_l2r_t2b()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov5642.c745 int start_y = (OV5642_SENSOR_SIZE_Y - height) / 2; ov5642_set_resolution() local
754 ret = reg_write16(client, REG_WINDOW_START_Y_HIGH, start_y); ov5642_set_resolution()
757 priv->crop_rect.top = start_y; ov5642_set_resolution()

Completed in 128 milliseconds