Lines Matching refs:sti_struct

38 static struct sti_struct *default_sti __read_mostly;
42 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
44 static void *store_sti_val(struct sti_struct *sti, void *ptr, unsigned long val) in store_sti_val()
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()
267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove()
404 static void sti_dump_globcfg(struct sti_struct *sti) in sti_dump_globcfg()
431 static void sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr()
443 static int sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, in sti_init_glob_cfg()
643 static void sti_dump_rom(struct sti_struct *sti) in sti_dump_rom()
711 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f) in sti_font_convert_bytemode()
802 static int sti_read_rom(int wordmode, struct sti_struct *sti, in sti_read_rom()
905 static struct sti_struct *sti_try_rom_generic(unsigned long address, in sti_try_rom_generic()
909 struct sti_struct *sti; in sti_try_rom_generic()
1016 static void sticore_check_for_default_sti(struct sti_struct *sti, char *path) in sticore_check_for_default_sti()
1030 struct sti_struct *sti = NULL; in sticore_pa_init()
1054 struct sti_struct *sti; in sticore_pci_init()
1160 struct sti_struct * sti_get_rom(unsigned int index) in sti_get_rom()
1176 int sti_call(const struct sti_struct *sti, unsigned long func, in sti_call()