Home
last modified time | relevance | path

Searched refs:new_y (Results 1 – 2 of 2) sorted by relevance

/drivers/auxdisplay/
A Dcharlcd.c160 unsigned long new_y = *y; in parse_xy() local
176 new_y = simple_strtoul(s + 1, &p, 10); in parse_xy()
186 *y = new_y; in parse_xy()
/drivers/tty/vt/
A Dvt.c143 static void gotoxy(struct vc_data *vc, int new_x, int new_y);
1396 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument
1416 if (new_y < min_y) in gotoxy()
1418 else if (new_y >= max_y) in gotoxy()
1421 vc->state.y = new_y; in gotoxy()
1428 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument
1430 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()

Completed in 16 milliseconds