Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c1326 const char *tga_type_name = NULL; local
1332 tga_type_name = "Digital ZLXp-E1";
1334 tga_type_name = "Digital ZLX-E1";
1339 tga_type_name = "Digital ZLXp-E2";
1341 tga_type_name = "Digital ZLX-E2";
1346 tga_type_name = "Digital ZLXp-E3";
1348 tga_type_name = "Digital ZLX-E3";
1352 if (!tga_type_name) {
1353 tga_type_name = "Unknown";
1357 strscpy(info->fix.id, tga_type_name, sizeof(info->fix.id));