Searched refs:con_getxy (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | console.h | 81 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position, member
|
/Linux-v5.4/drivers/video/console/ |
D | sticon.c | 340 .con_getxy = sticon_getxy,
|
/Linux-v5.4/drivers/tty/vt/ |
D | vt.c | 651 if (!vc->vc_sw->con_getxy) { in do_update_region() 657 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region() 682 if (vc->vc_sw->con_getxy) { in do_update_region() 684 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbcon.c | 3408 .con_getxy = fbcon_getxy,
|