Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/console/
Dsticon.c252 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font()
281 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0); in sticon_init()
282 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
/Linux-v6.6/include/video/
Dsticore.h43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) macro
/Linux-v6.6/drivers/video/fbdev/
Dstifb.c1241 xres = sti_onscreen_x(fb->sti); in stifb_init_fb()