Searched refs:glob_cfg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 …]
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sticore.h | 48 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 49 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 315 struct sti_glob_cfg glob_cfg; member 363 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]) 1254 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pdc.h | 90 unsigned long glob_cfg);
|
/Linux-v4.19/arch/parisc/kernel/ |
D | firmware.c | 1264 unsigned long glob_cfg) in pdc_sti_call() argument 1270 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|