Searched refs:sti_struct (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/ |
| D | sticore.h | 341 struct sti_struct { struct 382 struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */ argument 387 int sti_call(const struct sti_struct *sti, unsigned long func, 394 void sti_putc(struct sti_struct *sti, int c, int y, int x); 395 void sti_set(struct sti_struct *sti, int src_y, int src_x, 397 void sti_clear(struct sti_struct *sti, int src_y, int src_x, 399 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
|
| D | stifb.c | 109 struct sti_struct *sti; 1118 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() 1357 struct sti_struct *sti; in stifb_init() 1358 struct sti_struct *def_sti; in stifb_init() 1404 struct sti_struct *sti; in stifb_cleanup()
|
| /Linux-v5.4/drivers/video/console/ |
| D | sticore.c | 36 static struct sti_struct *default_sti __read_mostly; 40 static struct sti_struct *sti_roms[MAX_STI_ROMS] __read_mostly; 75 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() 112 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf() 136 sti_putc(struct sti_struct *sti, int c, int y, int x) in sti_putc() 167 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() 195 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() 227 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() 402 static void sti_dump_outptr(struct sti_struct *sti) in sti_dump_outptr() 415 static int sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, in sti_init_glob_cfg() [all …]
|
| D | sticon.c | 56 static struct sti_struct *sticon_sti; 159 struct sti_struct *sti = sticon_sti; in sticon_scroll() 183 struct sti_struct *sti = sticon_sti; in sticon_init()
|