Home
last modified time | relevance | path

Searched refs:gotoxy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/auxdisplay/
H A Dhd44780.c130 .gotoxy = hd44780_common_gotoxy,
186 .gotoxy = hd44780_common_gotoxy,
H A Dpanel.c814 .gotoxy = hd44780_common_gotoxy,
/linux/drivers/tty/vt/
H A Dvt.c144 static void gotoxy(struct vc_data *vc, int new_x, int new_y);
1260 gotoxy(vc, vc->state.x, vc->state.y); in vc_do_resize()
1392 static void gotoxy(struct vc_data *vc, int new_x, int new_y) in gotoxy() function
1426 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
2149 gotoxy(vc, vc->state.x, vc->state.y); in restore_cur()
2250 gotoxy(vc, 0, 0); in reset_terminal()
2496 gotoxy(vc, vc->vc_par[0], vc->state.y); in csi_ECMA()
2501 gotoxy(vc, vc->state.x, vc->state.y - vc->vc_par[0]); in csi_ECMA()
2507 gotoxy(vc, vc->state.x, vc->state.y + vc->vc_par[0]); in csi_ECMA()
2513 gotoxy(vc, vc->state.x + vc->vc_par[0], vc->state.y); in csi_ECMA()
[all …]