Searched refs:sti_struct (Results 1 – 3 of 3) sorted by relevance
| /linux/include/video/ |
| H A D | sticore.h | 340 struct sti_struct { struct 383 struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */ argument 384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f); 389 int sti_call(const struct sti_struct *sti, unsigned long func, 396 void sti_putc(struct sti_struct *sti, int c, int y, int x, 398 void sti_set(struct sti_struct *sti, int src_y, int src_x, 400 void sti_clear(struct sti_struct *sti, int src_y, int src_x, 402 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
|
| /linux/drivers/video/console/ |
| H A D | sticon.c | 67 static struct sti_struct *sticon_sti; 119 struct sti_struct *sti = sticon_sti; in sticon_scroll() 159 struct sti_struct *sti = sticon_sti; in sticon_set_font() 265 struct sti_struct *sti = sticon_sti; in sticon_init()
|
| /linux/drivers/video/fbdev/ |
| H A D | stifb.c | 109 struct sti_struct *sti; 1185 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() 1429 struct sti_struct *sti; in stifb_init() 1430 struct sti_struct *def_sti; in stifb_init() 1476 struct sti_struct *sti; in stifb_cleanup()
|