Searched refs:fbcon_do_set_font (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon.c | 2540 static int fbcon_do_set_font(struct vc_data *vc, int w, int h, in fbcon_do_set_font() function 2598 return fbcon_do_set_font(vc, f->width, f->height, od->fontdata, od->userfont); in fbcon_copy_font() 2674 return fbcon_do_set_font(vc, font->width, font->height, new_data, 1); in fbcon_set_font() 2690 return fbcon_do_set_font(vc, f->width, f->height, f->data, 0); in fbcon_set_def_font()
|