Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/console/
Dsticore.c60 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument
61 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument
62 #define c_index(sti, c) ((c) & 0xff) argument
74 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph()
105 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf()
127 sti_putc(struct sti_struct *sti, int c, int y, int x) in sti_putc()
156 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set()
182 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear()
212 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove()
387 sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr()
[all …]
Dsticon.c163 struct sti_struct *sti = sticon_sti; in sticon_scroll() local
203 struct sti_struct *sti = sticon_sti; in sticon_init() local
/linux-3.4.99/arch/sh/include/asm/
Dentry-macros.S9 .macro sti macro
/linux-3.4.99/arch/arm/mach-omap2/
Dpm24xx.c363 const struct omap_sti_console_config *sti; in omap2_pm_init() local
/linux-3.4.99/drivers/video/
Dstifb.c108 struct sti_struct *sti; member
1081 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb()
1320 struct sti_struct *sti; in stifb_init() local
1367 struct sti_struct *sti; in stifb_cleanup() local
Dsticore.h52 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument
53 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument
56 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument
57 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
/linux-3.4.99/arch/blackfin/kernel/
Dtrace.c785 char sti = 0, buf[6]; in dump_bfin_mem() local