Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h86 unsigned int vc_font_size(const struct vc_font *font);
/linux/drivers/tty/vt/
H A Dvt.c251 * vc_font_size - Calculates the size of the font data in bytes
254 * vc_font_size() calculates the number of bytes of font data in the
261 unsigned int vc_font_size(const struct vc_font *font) in vc_font_size() function
265 EXPORT_SYMBOL_GPL(vc_font_size);