Home
last modified time | relevance | path

Searched defs:sti (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/
H A Dsticore.c62 #define store_sti_ptr(sti, dest, ptr) \ argument
83 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument
84 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument
85 #define c_index(sti, c) ((c) & 0xff) argument
97 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph()
134 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf()
158 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc()
643 static void sti_dump_rom(struct sti_struct *sti) in sti_dump_rom()
909 struct sti_struct *sti; in sti_try_rom_generic() local
1030 struct sti_struct *sti = NULL; in sticore_pa_init() local
[all …]
/linux/drivers/video/console/
H A Dsticon.c119 struct sti_struct *sti = sticon_sti; in sticon_scroll() local
159 struct sti_struct *sti = sticon_sti; in sticon_set_font() local
265 struct sti_struct *sti = sticon_sti; in sticon_init() local
/linux/arch/parisc/video/
H A Dfbdev.c15 struct sti_struct *sti; in fb_is_primary_device() local
/linux/arch/sh/include/asm/
H A Dentry-macros.S10 .macro sti macro
/linux/drivers/video/fbdev/
H A Dstifb.c109 struct sti_struct *sti; member
1185 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb()
1429 struct sti_struct *sti; in stifb_init() local
1476 struct sti_struct *sti; in stifb_cleanup() local
/linux/include/video/
H A Dsticore.h43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
/linux/arch/x86/include/asm/
H A Dptrace.h73 sti : 1, member