Home
last modified time | relevance | path

Searched refs:start_y (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/scripts/kconfig/
Dnconf.gui.c557 int start_x = 0, start_y = 0; in show_scroll_win() local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
618 start_y += text_lines-2; in show_scroll_win()
622 start_y -= text_lines+2; in show_scroll_win()
625 start_y = 0; in show_scroll_win()
628 start_y = total_lines-text_lines; in show_scroll_win()
632 start_y++; in show_scroll_win()
636 start_y--; in show_scroll_win()
651 if (start_y < 0) in show_scroll_win()
652 start_y = 0; in show_scroll_win()
[all …]
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dov5642.c745 int start_y = (OV5642_SENSOR_SIZE_Y - height) / 2; in ov5642_set_resolution() local
754 ret = reg_write16(client, REG_WINDOW_START_Y_HIGH, start_y); in ov5642_set_resolution()
757 priv->crop_rect.top = start_y; in ov5642_set_resolution()