Searched refs:glob_cfg (Results 1 – 3 of 3) sorted by relevance
/drivers/video/console/ |
D | sticore.c | 95 outptr, sti->glob_cfg); in sti_init_graph() 128 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 159 inptr, outptr, sti->glob_cfg); in sti_putc() 193 inptr, outptr, sti->glob_cfg); in sti_set() 221 inptr, outptr, sti->glob_cfg); in sti_clear() 252 inptr, outptr, sti->glob_cfg); in sti_bmove() 363 static void sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, in sti_dump_globcfg() argument 376 glob_cfg->text_planes, in sti_dump_globcfg() 377 glob_cfg->onscreen_x, glob_cfg->onscreen_y, in sti_dump_globcfg() 378 glob_cfg->offscreen_x, glob_cfg->offscreen_y, in sti_dump_globcfg() [all …]
|
/drivers/video/fbdev/ |
D | sticore.h | 42 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 43 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 313 struct sti_glob_cfg glob_cfg; member 358 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member 389 struct sti_glob_cfg *glob_cfg);
|
D | stifb.c | 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|