Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance
/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()
|
/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()
|