Home
last modified time | relevance | path

Searched refs:new_y (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dcharlcd.c158 unsigned long new_y = *y; in parse_xy() local
174 new_y = simple_strtoul(s + 1, &p, 10); in parse_xy()
184 *y = new_y; in parse_xy()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcharlcd.c311 unsigned long new_y = *y; in parse_xy() local
327 new_y = simple_strtoul(s + 1, &p, 10); in parse_xy()
337 *y = new_y; in parse_xy()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c146 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
1473 if (new_y < min_y) in gotoxy()
1475 else if (new_y >= max_y) in gotoxy()
1478 vc->state.y = new_y; 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()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c144 static void gotoxy(struct vc_data *vc, int new_x, int new_y);
1406 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() argument
1426 if (new_y < min_y) in gotoxy()
1428 else if (new_y >= max_y) in gotoxy()
1431 vc->state.y = new_y; in gotoxy()
1438 static void gotoxay(struct vc_data *vc, int new_x, int new_y) in gotoxay() argument
1440 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()

Completed in 13 milliseconds