Home
last modified time | relevance | path

Searched refs:glob_cfg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c92 outptr, sti->glob_cfg); in sti_init_graph()
125 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
155 inptr, outptr, sti->glob_cfg); in sti_putc()
189 inptr, outptr, sti->glob_cfg); in sti_set()
217 inptr, outptr, sti->glob_cfg); in sti_clear()
247 inptr, outptr, sti->glob_cfg); in sti_bmove()
362 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 …]
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h48 #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);
Dstifb.c76 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-v5.4/arch/parisc/include/asm/
Dpdc.h92 unsigned long glob_cfg);
/Linux-v5.4/arch/parisc/kernel/
Dfirmware.c1296 unsigned long glob_cfg) in pdc_sti_call() argument
1302 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()