Searched refs:start_y (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | nconf.gui.c | 549 int start_x = 0, start_y = 0; in show_scroll_win() local 595 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win() 610 start_y += text_lines-2; in show_scroll_win() 614 start_y -= text_lines+2; in show_scroll_win() 617 start_y = 0; in show_scroll_win() 620 start_y = total_lines-text_lines; in show_scroll_win() 624 start_y++; in show_scroll_win() 628 start_y--; in show_scroll_win() 643 if (start_y < 0) in show_scroll_win() 644 start_y = 0; in show_scroll_win() [all …]
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 278 s16 start_x, end_x, start_y, end_y, found_x = -1; in scan_r2l_t2b() local 284 start_y = field->p0.y; in scan_r2l_t2b() 293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y)) in scan_r2l_t2b() 305 for (y = start_y; y <= end_y; y++) { in scan_r2l_t2b() 352 s16 start_x, end_x, start_y, end_y, found_x = -1; in scan_l2r_t2b() local 358 start_y = field->p0.y; in scan_l2r_t2b() 367 if (w > LEN(end_x, start_x) || h > LEN(end_y, start_y)) in scan_l2r_t2b() 381 for (y = start_y; y <= end_y; y++) { in scan_l2r_t2b()
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov5642.c | 745 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()
|