Searched refs:glob_cfg (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
H A D | sticore.c | 91 outptr, sti->glob_cfg); sti_init_graph() 124 inptr, outptr, sti->glob_cfg); sti_inq_conf() 154 inptr, outptr, sti->glob_cfg); sti_putc() 188 inptr, outptr, sti->glob_cfg); sti_set() 216 inptr, outptr, sti->glob_cfg); sti_clear() 246 inptr, outptr, sti->glob_cfg); sti_bmove() 361 static void sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, sti_dump_globcfg() argument 375 glob_cfg->text_planes, sti_dump_globcfg() 376 glob_cfg->onscreen_x, glob_cfg->onscreen_y, sti_dump_globcfg() 377 glob_cfg->offscreen_x, glob_cfg->offscreen_y, sti_dump_globcfg() 378 glob_cfg->total_x, glob_cfg->total_y, sti_dump_globcfg() 379 glob_cfg->region_ptrs[0], glob_cfg->region_ptrs[1], sti_dump_globcfg() 380 glob_cfg->region_ptrs[2], glob_cfg->region_ptrs[3], sti_dump_globcfg() 381 glob_cfg->region_ptrs[4], glob_cfg->region_ptrs[5], sti_dump_globcfg() 382 glob_cfg->region_ptrs[6], glob_cfg->region_ptrs[7], sti_dump_globcfg() 383 glob_cfg->reent_lvl, sti_dump_globcfg() 384 glob_cfg->save_addr)); sti_dump_globcfg() 387 cfg = PTR_STI((unsigned long)glob_cfg->ext_ptr); sti_dump_globcfg() 417 struct sti_glob_cfg *glob_cfg; sti_init_glob_cfg() local 432 glob_cfg = &sti->sti_data->glob_cfg; sti_init_glob_cfg() 437 glob_cfg->ext_ptr = STI_PTR(glob_cfg_ext); sti_init_glob_cfg() 438 glob_cfg->save_addr = STI_PTR(save_addr); sti_init_glob_cfg() 464 glob_cfg->region_ptrs[i] = sti->regions_phys[i]; sti_init_glob_cfg() 468 i, sti->regions_phys[i], glob_cfg->region_ptrs[i], sti_init_glob_cfg() 486 sti->glob_cfg = glob_cfg; sti_init_glob_cfg() 917 sti_dump_globcfg(sti->glob_cfg, sti->sti_mem_request); sti_try_rom_generic() 1096 struct sti_glob_cfg *glob_cfg) sti_call() 1101 unsigned long _glob_cfg = STI_PTR(glob_cfg); sti_call() 1094 sti_call(const struct sti_struct *sti, unsigned long func, const void *flags, void *inptr, void *outptr, struct sti_glob_cfg *glob_cfg) sti_call() argument
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | sticore.h | 47 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 48 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 99 u32 ext_ptr; /* pointer to extended glob_cfg data structure */ 314 struct sti_glob_cfg glob_cfg; member in struct:sti_all_data 362 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member in struct:sti_struct 388 struct sti_glob_cfg *glob_cfg);
|
H A D | stifb.c | 75 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 1219 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; stifb_init_fb()
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | pdc.h | 323 unsigned long glob_cfg);
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | firmware.c | 1190 unsigned long glob_cfg) pdc_sti_call() 1196 retval = real32_call(func, flags, inptr, outputr, glob_cfg); pdc_sti_call() 1188 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg) pdc_sti_call() argument
|
Completed in 170 milliseconds