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
594 if (!vc->vc_sw->con_getxy) { in do_update_region()600 start = vc->vc_sw->con_getxy(vc, start, &nxx, &nyy); in do_update_region()625 if (vc->vc_sw->con_getxy) { in do_update_region()627 start = vc->vc_sw->con_getxy(vc, start, NULL, NULL); in do_update_region()
3169 .con_getxy = fbcon_getxy,
Completed in 17 milliseconds