Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c1306 static void fbcon_cursor(struct vc_data *vc, int mode) in fbcon_cursor() function
1747 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll()
2226 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()
2654 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended()
3158 .con_cursor = fbcon_cursor,