Searched refs:start_y (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/scripts/kconfig/ |
D | nconf.gui.c | 508 int start_x = 0, start_y = 0; in show_scroll_win() local 554 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win() 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() [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 1411 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()
|