Home
last modified time | relevance | path

Searched refs:graphics_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/video/console/
Dsticore.c620 rom->graphics_id[0], in sti_dump_rom()
621 rom->graphics_id[1], in sti_dump_rom()
823 sti->graphics_id[0] = raw->graphics_id[0]; in sti_read_rom()
824 sti->graphics_id[1] = raw->graphics_id[1]; in sti_read_rom()
827 if (wordmode || sti->graphics_id[1] != 0x09A02587) in sti_read_rom()
832 switch (sti->graphics_id[0]) { in sti_read_rom()
/linux-6.1.9/drivers/video/fbdev/
Dsticore.h183 u32 graphics_id[2]; member
344 u32 graphics_id[2]; member
Dstifb.c1183 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb()