Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dnconf.gui.c525 int start_x = 0, start_y = 0; in show_scroll_win_ext() local
539 start_y = *vscroll; in show_scroll_win_ext()
590 start_y += text_lines-2; in show_scroll_win_ext()
594 start_y -= text_lines+2; in show_scroll_win_ext()
597 start_y = 0; in show_scroll_win_ext()
600 start_y = total_lines-text_lines; in show_scroll_win_ext()
604 start_y++; in show_scroll_win_ext()
608 start_y--; in show_scroll_win_ext()
633 if (start_y < 0) in show_scroll_win_ext()
634 start_y = 0; in show_scroll_win_ext()
[all …]
/linux-6.15/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()