Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dtgafb.c1319 const char *tga_type_name = NULL; local
1325 tga_type_name = "Digital ZLXp-E1";
1327 tga_type_name = "Digital ZLX-E1";
1332 tga_type_name = "Digital ZLXp-E2";
1334 tga_type_name = "Digital ZLX-E2";
1339 tga_type_name = "Digital ZLXp-E3";
1341 tga_type_name = "Digital ZLX-E3";
1345 if (!tga_type_name) {
1346 tga_type_name = "Unknown";
1350 strlcpy(info->fix.id, tga_type_name, sizeof(info->fix.id));