/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticore.c | 95 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 in sti_dump_globcfg() 416 struct sti_glob_cfg *glob_cfg; sti_init_glob_cfg() local 1108 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 [all...] |
/kernel/linux/linux-6.6/drivers/video/ |
H A D | sticore.c | 114 outptr, sti->glob_cfg); in sti_init_graph() 147 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 185 inptr, outptr, sti->glob_cfg); in sti_putc() 224 inptr, outptr, sti->glob_cfg); in sti_set() 257 inptr, outptr, sti->glob_cfg); in sti_clear() 293 inptr, outptr, sti->glob_cfg); in sti_bmove() 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 in sti_dump_globcfg() 446 struct sti_glob_cfg *glob_cfg; sti_init_glob_cfg() local 1176 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 [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H 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) 94 u32 ext_ptr; /* pointer to extended glob_cfg data structure */ 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);
|
H A D | stifb.c | 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sticore.h | 43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 95 u32 *ext_ptr; /* pointer to extended glob_cfg data structure */ 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);
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 92 unsigned long glob_cfg);
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 93 unsigned long glob_cfg, int do_call64);
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 1430 unsigned long glob_cfg, int do_call64) in pdc_sti_call() 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() 1428 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg, int do_call64) pdc_sti_call() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 1298 unsigned long glob_cfg) in pdc_sti_call() 1304 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1296 pdc_sti_call(unsigned long func, unsigned long flags, unsigned long inptr, unsigned long outputr, unsigned long glob_cfg) pdc_sti_call() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | stifb.c | 1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|