Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/vt/
Dvt.c4530 #define max_font_size (max_font_glyphs*max_font_width*max_font_height) macro
4543 font.data = kvmalloc(max_font_size, GFP_KERNEL); in con_font_get()
4601 if (size > max_font_size) in con_font_set()