Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/staging/media/soc_camera/ |
D | soc_ov5642.c | 742 int start_x = (OV5642_SENSOR_SIZE_X - width) / 2; in ov5642_set_resolution() local 750 ret = reg_write16(client, REG_WINDOW_START_X_HIGH, start_x); in ov5642_set_resolution() 754 priv->crop_rect.left = start_x; in ov5642_set_resolution()
|
/Linux-v5.4/drivers/tty/vt/ |
D | vt.c | 2922 ushort start_x, cnt; in vt_console_print() local 2949 start_x = vc->vc_x; in vt_console_print() 2955 vc->vc_sw->con_putcs(vc, start, cnt, vc->vc_y, start_x); in vt_console_print() 2960 start_x = vc->vc_x; in vt_console_print() 2967 start_x = vc->vc_x; in vt_console_print() 2983 vc->vc_sw->con_putcs(vc, start, cnt, vc->vc_y, start_x); in vt_console_print()
|