Lines Matching refs:sti_struct
33 struct sti_struct *default_sti;
36 static struct sti_struct *sti_roms[MAX_STI_ROMS]; /* ptr to each sti_struct */
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()
384 sti_init_glob_cfg(struct sti_struct *sti, in sti_init_glob_cfg()
718 sti_read_rom(int wordmode, struct sti_struct *sti, unsigned long address) in sti_read_rom()
776 static struct sti_struct * __init
779 struct sti_struct *sti; in sti_try_rom_generic()
892 static void __init sticore_check_for_default_sti (struct sti_struct *sti, char *path) in sticore_check_for_default_sti()
907 struct sti_struct *sti = NULL; in sticore_pa_init()
937 struct sti_struct *sti; in sticore_pci_init()
1011 struct sti_struct * __init sti_init_roms(void) in sti_init_roms()
1042 struct sti_struct * __init sti_get_rom(int index) in sti_get_rom()