Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/video/
Dsticore.c44 static void *store_sti_val(struct sti_struct *sti, void *ptr, unsigned long val) in store_sti_val()
62 #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()
197 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set()
230 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear()
[all …]
/kernel/linux/linux-5.10/drivers/video/console/
Dsticore.c64 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument
65 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument
66 #define c_index(sti, c) ((c) & 0xff) argument
78 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph()
115 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf()
139 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc()
171 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set()
199 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear()
231 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove()
401 static void sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr()
[all …]
Dsticon.c133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local
174 struct sti_struct *sti = sticon_sti; in sticon_set_font() local
277 struct sti_struct *sti = sticon_sti; in sticon_init() local
/kernel/linux/linux-6.6/arch/parisc/video/
Dfbdev.c15 struct sti_struct *sti; in fb_is_primary_device() local
/kernel/linux/linux-6.6/drivers/video/console/
Dsticon.c133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local
173 struct sti_struct *sti = sticon_sti; in sticon_set_font() local
278 struct sti_struct *sti = sticon_sti; in sticon_init() local
/kernel/linux/linux-6.6/arch/sh/include/asm/
Dentry-macros.S10 .macro sti macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dentry-macros.S10 .macro sti macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dstifb.c109 struct sti_struct *sti; member
1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb()
1427 struct sti_struct *sti; in stifb_init() local
1474 struct sti_struct *sti; in stifb_cleanup() local
Dsticore.h42 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument
43 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument
46 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument
47 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dstifb.c109 struct sti_struct *sti; member
1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb()
1427 struct sti_struct *sti; in stifb_init() local
1474 struct sti_struct *sti; in stifb_cleanup() local
/kernel/linux/linux-6.6/include/video/
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