Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/scripts/kconfig/
Dnconf.gui.c557 int start_x = 0, start_y = 0; in show_scroll_win() local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
640 start_x--; in show_scroll_win()
644 start_x++; in show_scroll_win()
655 if (start_x < 0) in show_scroll_win()
656 start_x = 0; in show_scroll_win()
657 if (start_x >= total_cols-text_cols) in show_scroll_win()
658 start_x = total_cols-text_cols; in show_scroll_win()
/Linux-v5.10/drivers/tty/vt/
Dvt.c3044 ushort start_x, cnt; in vt_console_print() local
3071 start_x = vc->state.x; in vt_console_print()
3077 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
3082 start_x = vc->state.x; in vt_console_print()
3089 start_x = vc->state.x; in vt_console_print()
3105 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css_params.c1436 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local
1457 short val_x = start_x[i]; in sh_css_params_default_morph_table()
1467 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()