Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/
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()
/linux-6.12.1/include/video/
Dsticore.h384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
/linux-6.12.1/drivers/video/console/
Dsticon.c208 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font()