Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dconsole.h80 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position, member
/openbmc/linux/drivers/tty/vt/
H A Dvt.c597 if (!vc->vc_sw->con_getxy) { in do_update_region()
603 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region()
628 if (vc->vc_sw->con_getxy) { in do_update_region()
630 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c3168 .con_getxy = fbcon_getxy,