Home
last modified time | relevance | path

Searched refs:sti_get_rom (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/video/fbdev/
Dstifb.c1415 def_sti = sti_get_rom(0); in stifb_init()
1418 sti = sti_get_rom(i); in stifb_init()
1429 sti = sti_get_rom(i); in stifb_init()
1450 sti = sti_get_rom(i); in stifb_cleanup()
Dsticore.h381 struct sti_struct *sti_get_rom(unsigned int index); /* 0: default sti */
/Linux-v6.1/drivers/video/console/
Dsticore.c1113 struct sti_struct * sti_get_rom(unsigned int index) in sti_get_rom() function
1126 EXPORT_SYMBOL(sti_get_rom);
1157 sti = sti_get_rom(0); in fb_is_primary_device()
Dsticon.c389 sticon_sti = sti_get_rom(0); in sticonsole_init()