Searched refs:glob_cfg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/console/ |
A D | sticore.c | 94 outptr, sti->glob_cfg); in sti_init_graph() 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() 378 glob_cfg->total_x, glob_cfg->total_y, in sti_dump_globcfg() 379 glob_cfg->region_ptrs[0], glob_cfg->region_ptrs[1], in sti_dump_globcfg() 380 glob_cfg->region_ptrs[2], glob_cfg->region_ptrs[3], in sti_dump_globcfg() 381 glob_cfg->region_ptrs[4], glob_cfg->region_ptrs[5], in sti_dump_globcfg() 382 glob_cfg->region_ptrs[6], glob_cfg->region_ptrs[7], in sti_dump_globcfg() 383 glob_cfg->reent_lvl, in sti_dump_globcfg() 430 glob_cfg = &sti->sti_data->glob_cfg; in sti_init_glob_cfg() [all …]
|
/linux/drivers/video/fbdev/ |
A D | sticore.h | 42 #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 386 struct sti_glob_cfg *glob_cfg);
|
A 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/arch/parisc/include/asm/ |
A D | pdc.h | 94 unsigned long glob_cfg);
|
/linux/arch/parisc/kernel/ |
A D | firmware.c | 1329 unsigned long glob_cfg) in pdc_sti_call() argument 1335 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
Completed in 15 milliseconds