Searched refs:fbcon_cursor (Results 1 – 1 of 1) sorted by relevance
175 static void fbcon_cursor(struct vc_data *vc, int mode);1318 static void fbcon_cursor(struct vc_data *vc, int mode) in fbcon_cursor() function1695 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll()2199 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank()2602 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended()3048 .con_cursor = fbcon_cursor,