Searched defs:sti (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/video/ |
D | sticore.c | 44 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 …]
|
/linux-6.12.1/drivers/video/console/ |
D | sticon.c | 119 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-6.12.1/arch/parisc/video/ |
D | video-sti.c | 16 struct sti_struct *sti; in video_is_primary_device() local
|
/linux-6.12.1/arch/sh/include/asm/ |
D | entry-macros.S | 10 .macro sti macro
|
/linux-6.12.1/drivers/video/fbdev/ |
D | stifb.c | 109 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-6.12.1/include/video/ |
D | sticore.h | 43 #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-6.12.1/arch/x86/include/asm/ |
D | ptrace.h | 73 sti : 1, member
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 4448 struct scx_task_iter sti; in scx_ops_disable_workfn() local 4993 struct scx_task_iter sti; in scx_ops_enable() local
|