Searched refs:sti_struct (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/video/ |
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-v6.6/drivers/video/ |
D | sticore.c | 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() [all …]
|
/Linux-v6.6/drivers/video/console/ |
D | sticon.c | 67 static struct sti_struct *sticon_sti; 133 struct sti_struct *sti = sticon_sti; in sticon_scroll() 173 struct sti_struct *sti = sticon_sti; in sticon_set_font() 278 struct sti_struct *sti = sticon_sti; in sticon_init()
|
/Linux-v6.6/arch/parisc/video/ |
D | fbdev.c | 15 struct sti_struct *sti; in fb_is_primary_device()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | stifb.c | 109 struct sti_struct *sti; 1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() 1427 struct sti_struct *sti; in stifb_init() 1428 struct sti_struct *def_sti; in stifb_init() 1474 struct sti_struct *sti; in stifb_cleanup()
|