Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/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-v4.19/drivers/media/i2c/soc_camera/ |
| D | ov5642.c | 744 int start_x = (OV5642_SENSOR_SIZE_X - width) / 2; in ov5642_set_resolution() local 752 ret = reg_write16(client, REG_WINDOW_START_X_HIGH, start_x); in ov5642_set_resolution() 756 priv->crop_rect.left = start_x; in ov5642_set_resolution()
|