Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h85 unsigned int vc_font_pitch(const struct vc_font *font);
/linux/drivers/tty/vt/
H A Dvt.c244 unsigned int vc_font_pitch(const struct vc_font *font) in vc_font_pitch() function
248 EXPORT_SYMBOL_GPL(vc_font_pitch);
/linux/drivers/video/fbdev/core/
H A Dfbcon.c451 unsigned int pitch = vc_font_pitch(&vc->vc_font); in fbcon_fill_cursor_mask()