Searched refs:FONT_EXTRA_WORDS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c40 #define FONT_EXTRA_WORDS 3 macro
515 if (!(new_data = kmalloc(FONT_EXTRA_WORDS * sizeof(int) + size, newport_set_font()
518 new_data += FONT_EXTRA_WORDS * sizeof(int); newport_set_font()
535 kfree(new_data - FONT_EXTRA_WORDS * sizeof(int)); newport_set_font()
547 FONT_EXTRA_WORDS * sizeof(int)); newport_set_font()
560 FONT_EXTRA_WORDS * sizeof(int)); newport_set_def_font()
H A Dfbcon.h159 #define FONT_EXTRA_WORDS 4 macro
H A Dfbcon.c1166 kfree(p->fontdata - FONT_EXTRA_WORDS * sizeof(int)); fbcon_free_font()
2542 kfree(old_data - FONT_EXTRA_WORDS * sizeof(int)); fbcon_do_set_font()
2595 new_data = kmalloc(FONT_EXTRA_WORDS * sizeof(int) + size, GFP_USER); fbcon_set_font()
2600 new_data += FONT_EXTRA_WORDS * sizeof(int); fbcon_set_font()
2623 kfree(new_data - FONT_EXTRA_WORDS * sizeof(int)); fbcon_set_font()

Completed in 390 milliseconds