Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dbitland-mifs-wmi.c454 static const char *const gpu_mode_strings[] = { variable
480 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()