Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dnconf.gui.c508 int start_x = 0, start_y = 0; in show_scroll_win() local
568 start_y += text_lines-2; in show_scroll_win()
572 start_y -= text_lines+2; in show_scroll_win()
575 start_y = 0; in show_scroll_win()
578 start_y = total_lines-text_lines; in show_scroll_win()
582 start_y++; in show_scroll_win()
586 start_y--; in show_scroll_win()
601 if (start_y < 0) in show_scroll_win()
602 start_y = 0; in show_scroll_win()
603 if (start_y >= total_lines-text_lines) in show_scroll_win()
[all …]
/linux/drivers/staging/media/atomisp/pci/
A Dsh_css_params.c1434 start_y[IA_CSS_MORPH_TABLE_NUM_PLANES] = { 0, 0, -8, -8, -8, 0 }; in sh_css_params_default_morph_table() local
1451 short val_y = start_y[i]; in sh_css_params_default_morph_table()

Completed in 11 milliseconds