Searched refs:glob_cfg (Results 1 – 3 of 3) sorted by relevance
/drivers/video/console/ |
D | sticore.c | 91 outptr, sti->glob_cfg); in sti_init_graph() 124 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 154 inptr, outptr, sti->glob_cfg); in sti_putc() 188 inptr, outptr, sti->glob_cfg); in sti_set() 216 inptr, outptr, sti->glob_cfg); in sti_clear() 246 inptr, outptr, sti->glob_cfg); in sti_bmove() 361 static void sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, in sti_dump_globcfg() argument 375 glob_cfg->text_planes, in sti_dump_globcfg() 376 glob_cfg->onscreen_x, glob_cfg->onscreen_y, in sti_dump_globcfg() 377 glob_cfg->offscreen_x, glob_cfg->offscreen_y, in sti_dump_globcfg() [all …]
|
/drivers/video/fbdev/ |
D | sticore.h | 47 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 48 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 314 struct sti_glob_cfg glob_cfg; member 362 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member 388 struct sti_glob_cfg *glob_cfg);
|
D | stifb.c | 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 1256 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|