Home
last modified time | relevance | path

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

/linux/include/linux/
A Dconsole.h77 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position, member
/linux/drivers/tty/vt/
A Dvt.c650 if (!vc->vc_sw->con_getxy) { in do_update_region()
656 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region()
681 if (vc->vc_sw->con_getxy) { in do_update_region()
683 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region()
/linux/drivers/video/fbdev/core/
A Dfbcon.c2589 .con_getxy = fbcon_getxy,

Completed in 16 milliseconds