Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dnconf.gui.c524 int start_x = 0, start_y = 0; in show_scroll_win_ext() local
538 start_y = *vscroll; in show_scroll_win_ext()
575 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()
589 start_y += text_lines-2; in show_scroll_win_ext()
593 start_y -= text_lines+2; in show_scroll_win_ext()
596 start_y = 0; in show_scroll_win_ext()
599 start_y = total_lines-text_lines; in show_scroll_win_ext()
603 start_y++; in show_scroll_win_ext()
607 start_y--; in show_scroll_win_ext()
619 size_t start = (get_line(text, start_y) - text); in show_scroll_win_ext()
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1411 start_y[IA_CSS_MORPH_TABLE_NUM_PLANES] = { 0, 0, -8, -8, -8, 0 }; in sh_css_params_default_morph_table() local
1428 short val_y = start_y[i]; in sh_css_params_default_morph_table()