Searched refs:gpu_mode_strings (Results 1 – 1 of 1) sorted by relevance
454 static const char *const gpu_mode_strings[] = { variable480 if (mode_val >= ARRAY_SIZE(gpu_mode_strings)) in gpu_mode_show()483 return sysfs_emit(buf, "%s\n", gpu_mode_strings[mode_val]); in gpu_mode_show()499 val = sysfs_match_string(gpu_mode_strings, buf); in gpu_mode_store()