/linux-2.4.37.9/drivers/video/sti/ |
D | sticore.c | 57 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument 58 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument 59 #define c_index(sti, c) ((c) & 0xff) argument 72 sti_init_graph(struct sti_struct *sti) in sti_init_graph() 104 sti_inq_conf(struct sti_struct *sti) in sti_inq_conf() 126 sti_putc(struct sti_struct *sti, int c, int y, int x) in sti_putc() 152 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() 175 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() 202 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() 370 sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr() [all …]
|
D | sticon.c | 174 struct sti_struct *sti = default_sti; in sticon_scroll() local 215 struct sti_struct *sti = default_sti; in sticon_init() local
|
D | sticore.h | 68 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument 69 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument 72 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument 73 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
|
D | stifb.c | 122 struct sti_struct *sti; member 1213 stifb_init_fb(struct sti_struct *sti, int force_bpp) in stifb_init_fb() 1450 struct sti_struct *sti; in stifb_init() local
|
/linux-2.4.37.9/include/asm-ppc/ |
D | system.h | 101 #define sti() __sti() macro 114 #define sti() __global_sti() macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | system.h | 92 #define sti() __sti() macro 105 #define sti() __global_sti() macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | system.h | 165 #define sti() __global_sti() macro 174 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | system.h | 165 # define sti() __global_sti() macro 174 # define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | system.h | 238 #define sti() __global_sti() macro 252 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | system.h | 227 #define sti() __global_sti() macro 241 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | system.h | 236 #define sti() __global_sti() macro 243 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | system.h | 335 #define sti() __global_sti() macro 343 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | system.h | 278 #define sti() __global_sti() macro 285 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | system.h | 66 #define sti() __global_sti() macro 75 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | system.h | 86 #define sti() __sti() macro 100 #define sti() __global_sti() macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | system.h | 206 # define sti() __global_sti() macro 211 # define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | system.h | 89 #define sti() local_irq_enable() macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | system.h | 346 #define sti() __global_sti() macro 355 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | system.h | 284 #define sti() __global_sti() macro 293 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | system.h | 75 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | system.h | 145 #define sti() __sti() macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | system.h | 335 #define sti() __global_sti() macro 342 #define sti() __sti() macro
|