Searched refs:new_x (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | charlcd.c | 310 unsigned long new_x = *x; in parse_xy() local 322 new_x = simple_strtoul(s + 1, &p, 10); in parse_xy() 336 *x = new_x; in parse_xy()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt.c | 146 static void gotoxy(struct vc_data *vc, int new_x, int new_y); 1453 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument 1457 if (new_x < 0) in gotoxy() 1460 if (new_x >= vc->vc_cols) in gotoxy() 1463 vc->state.x = new_x; in gotoxy() 1485 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument 1487 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | gui.py | 119 new_x = old_mid_x
|