Home
last modified time | relevance | path

Searched refs:con_getxy (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dconsole.h81 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position, member
/Linux-v5.4/drivers/video/console/
Dsticon.c340 .con_getxy = sticon_getxy,
/Linux-v5.4/drivers/tty/vt/
Dvt.c651 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/
Dfbcon.c3408 .con_getxy = fbcon_getxy,