Symbol: sti_struct
arch/parisc/video/video-sti.c
16
struct sti_struct *sti;
drivers/video/console/sticon.c
119
struct sti_struct *sti = sticon_sti;
drivers/video/console/sticon.c
159
struct sti_struct *sti = sticon_sti;
drivers/video/console/sticon.c
265
struct sti_struct *sti = sticon_sti;
drivers/video/console/sticon.c
67
static struct sti_struct *sticon_sti;
drivers/video/fbdev/stifb.c
109
struct sti_struct *sti;
drivers/video/fbdev/stifb.c
1185
static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref)
drivers/video/fbdev/stifb.c
1429
struct sti_struct *sti;
drivers/video/fbdev/stifb.c
1430
struct sti_struct *def_sti;
drivers/video/fbdev/stifb.c
1476
struct sti_struct *sti;
drivers/video/sticore.c
1016
static void sticore_check_for_default_sti(struct sti_struct *sti, char *path)
drivers/video/sticore.c
1030
struct sti_struct *sti = NULL;
drivers/video/sticore.c
1057
struct sti_struct *sti;
drivers/video/sticore.c
1165
struct sti_struct * sti_get_rom(unsigned int index)
drivers/video/sticore.c
1181
int sti_call(const struct sti_struct *sti, unsigned long func,
drivers/video/sticore.c
134
static void sti_inq_conf(struct sti_struct *sti)
drivers/video/sticore.c
158
sti_putc(struct sti_struct *sti, int c, int y, int x,
drivers/video/sticore.c
197
sti_set(struct sti_struct *sti, int src_y, int src_x,
drivers/video/sticore.c
230
sti_clear(struct sti_struct *sti, int src_y, int src_x,
drivers/video/sticore.c
267
sti_bmove(struct sti_struct *sti, int src_y, int src_x,
drivers/video/sticore.c
38
static struct sti_struct *default_sti __read_mostly;
drivers/video/sticore.c
404
static void sti_dump_globcfg(struct sti_struct *sti)
drivers/video/sticore.c
42
static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly;
drivers/video/sticore.c
431
static void sti_dump_outptr(struct sti_struct *sti)
drivers/video/sticore.c
44
static void *store_sti_val(struct sti_struct *sti, void *ptr, unsigned long val)
drivers/video/sticore.c
443
static int sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address,
drivers/video/sticore.c
643
static void sti_dump_rom(struct sti_struct *sti)
drivers/video/sticore.c
711
void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f)
drivers/video/sticore.c
802
static int sti_read_rom(int wordmode, struct sti_struct *sti,
drivers/video/sticore.c
905
static struct sti_struct *sti_try_rom_generic(unsigned long address,
drivers/video/sticore.c
909
struct sti_struct *sti;
drivers/video/sticore.c
97
static int sti_init_graph(struct sti_struct *sti)
include/video/sticore.h
383
struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */
include/video/sticore.h
384
void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
include/video/sticore.h
389
int sti_call(const struct sti_struct *sti, unsigned long func,
include/video/sticore.h
396
void sti_putc(struct sti_struct *sti, int c, int y, int x,
include/video/sticore.h
398
void sti_set(struct sti_struct *sti, int src_y, int src_x,
include/video/sticore.h
400
void sti_clear(struct sti_struct *sti, int src_y, int src_x,
include/video/sticore.h
402
void sti_bmove(struct sti_struct *sti, int src_y, int src_x,