Lines Matching defs:sti
60 #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()
401 sti_init_glob_cfg(struct sti_struct *sti, in sti_init_glob_cfg()
726 static int __devinit sti_read_rom(int wordmode, struct sti_struct *sti, in sti_read_rom()
812 struct sti_struct *sti; in sti_try_rom_generic() local
924 static void __devinit sticore_check_for_default_sti(struct sti_struct *sti, char *path) in sticore_check_for_default_sti()
938 struct sti_struct *sti = NULL; in sticore_pa_init() local
963 struct sti_struct *sti; in sticore_pci_init() local