Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dtgafb.c1323 const char *tga_type_name = NULL; local
1329 tga_type_name = "Digital ZLXp-E1";
1331 tga_type_name = "Digital ZLX-E1";
1336 tga_type_name = "Digital ZLXp-E2";
1338 tga_type_name = "Digital ZLX-E2";
1343 tga_type_name = "Digital ZLXp-E3";
1345 tga_type_name = "Digital ZLX-E3";
1349 if (!tga_type_name) {
1350 tga_type_name = "Unknown";
1354 strscpy(info->fix.id, tga_type_name, sizeof(info->fix.id));