Searched refs:start_x (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | nconf.gui.c | 557 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()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | vt.c | 3085 ushort start_x, cnt; in vt_console_print() local 3112 start_x = vc->state.x; in vt_console_print() 3118 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print() 3123 start_x = vc->state.x; in vt_console_print() 3130 start_x = vc->state.x; in vt_console_print() 3146 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 1436 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()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 21817 + unsigned int start_x;
|