Searched refs:con_getxy (Results 1 – 3 of 3) sorted by relevance
80 unsigned long (*con_getxy)(struct vc_data *vc, unsigned long position, member
597 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()
3166 .con_getxy = fbcon_getxy,