Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Dsticore.c711 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f) in sti_font_convert_bytemode() function
735 EXPORT_SYMBOL(sti_font_convert_bytemode);
858 sti_font_convert_bytemode(sti, sti->font); in sti_read_rom()
/openbmc/linux/include/video/
H A Dsticore.h384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
/openbmc/linux/drivers/video/console/
H A Dsticon.c222 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font()