Searched defs:sti (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/video/console/ |
D | sticore.c | 61 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument 62 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument 63 #define c_index(sti, c) ((c) & 0xff) argument 75 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() 112 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf() 136 sti_putc(struct sti_struct *sti, int c, int y, int x) in sti_putc() 167 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() 195 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() 227 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() 402 static void sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr() [all …]
|
D | sticon.c | 159 struct sti_struct *sti = sticon_sti; in sticon_scroll() local 183 struct sti_struct *sti = sticon_sti; in sticon_init() local
|
/Linux-v5.4/arch/sh/include/asm/ |
D | entry-macros.S | 10 .macro sti macro
|
/Linux-v5.4/drivers/video/fbdev/ |
D | stifb.c | 109 struct sti_struct *sti; member 1118 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() 1357 struct sti_struct *sti; in stifb_init() local 1404 struct sti_struct *sti; in stifb_cleanup() local
|
D | sticore.h | 48 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument 49 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument 52 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument 53 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
|