Lines Matching defs:sti
64 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument
65 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument
66 #define c_index(sti, c) ((c) & 0xff) argument
78 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph()
115 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf()
139 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc()
171 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set()
199 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear()
231 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove()
401 static void sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr()
413 static int sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, in sti_init_glob_cfg()
613 static void sti_dump_rom(struct sti_struct *sti) in sti_dump_rom()
681 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f) in sti_font_convert_bytemode()
772 static int sti_read_rom(int wordmode, struct sti_struct *sti, in sti_read_rom()
864 struct sti_struct *sti; in sti_try_rom_generic() local
969 static void sticore_check_for_default_sti(struct sti_struct *sti, char *path) in sticore_check_for_default_sti()
983 struct sti_struct *sti = NULL; in sticore_pa_init() local
1007 struct sti_struct *sti; in sticore_pci_init() local
1129 int sti_call(const struct sti_struct *sti, unsigned long func, in sti_call()
1155 struct sti_struct *sti; in fb_is_primary_device() local