Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dsticon.c239 vc_rows = sti_onscreen_y(sti) / cooked_font->height; in sticon_set_font()
268 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0); in sticon_init()
270 vc_rows = sti_onscreen_y(sti) / sti->font->height; in sticon_init()
/linux/include/video/
H A Dsticore.h44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) macro
/linux/drivers/video/fbdev/
H A Dstifb.c1244 yres = sti_onscreen_y(fb->sti); in stifb_init_fb()