Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dsticore.c114 outptr, sti->glob_cfg); in sti_init_graph()
147 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
406 struct sti_glob_cfg *glob_cfg = sti->glob_cfg; in sti_dump_globcfg() local
413 glob_cfg->text_planes, in sti_dump_globcfg()
414 glob_cfg->onscreen_x, glob_cfg->onscreen_y, in sti_dump_globcfg()
415 glob_cfg->offscreen_x, glob_cfg->offscreen_y, in sti_dump_globcfg()
416 glob_cfg->total_x, glob_cfg->total_y); in sti_dump_globcfg()
446 struct sti_glob_cfg *glob_cfg; in sti_init_glob_cfg() local
461 glob_cfg = &sti->sti_data->glob_cfg; in sti_init_glob_cfg()
503 ptr = &glob_cfg->region_ptrs; in sti_init_glob_cfg()
[all …]
/linux/include/video/
H A Dsticore.h43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
314 struct sti_glob_cfg glob_cfg; member
360 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member
391 struct sti_glob_cfg *glob_cfg);
/linux/arch/parisc/include/asm/
H A Dpdc.h93 unsigned long glob_cfg, int do_call64);
/linux/arch/parisc/kernel/
H A Dfirmware.c1430 unsigned long glob_cfg, int do_call64) in pdc_sti_call() argument
1438 retval = real64_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
1443 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
/linux/drivers/video/fbdev/
H A Dstifb.c1322 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()