Searched refs:fbcon_cursor (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/console/ |
D | fbcon.c | 166 static void fbcon_cursor(struct vc_data *vc, int mode); 1305 static void fbcon_cursor(struct vc_data *vc, int mode) in fbcon_cursor() function 1809 fbcon_cursor(vc, CM_ERASE); in fbcon_scroll() 2346 fbcon_cursor(vc, blank ? CM_ERASE : CM_DRAW); in fbcon_blank() 2809 fbcon_cursor(vc, CM_ERASE | CM_SOFTBACK); in fbcon_scrolldelta() 2811 fbcon_cursor(vc, CM_DRAW | CM_SOFTBACK); in fbcon_scrolldelta() 2830 fbcon_cursor(vc, CM_ERASE); in fbcon_scrolldelta() 2854 fbcon_cursor(vc, CM_DRAW); in fbcon_scrolldelta() 2875 fbcon_cursor(vc, CM_ERASE); in fbcon_suspended() 3337 .con_cursor = fbcon_cursor,
|