Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/console/
Dsticore.c95 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 …]
/linux-6.1.9/drivers/video/fbdev/
Dsticore.h42 #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);
Dstifb.c76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index])
1296 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
/linux-6.1.9/arch/parisc/include/asm/
Dpdc.h91 unsigned long glob_cfg);
/linux-6.1.9/arch/parisc/kernel/
Dfirmware.c1373 unsigned long glob_cfg) in pdc_sti_call() argument
1379 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()