Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lenovo-go-s.c192 static const char *const rgb_effect_text[] = { variable
865 ret = sysfs_match_string(rgb_effect_text, buf); in rgb_effect_store()
895 if (drvdata.rgb_effect >= ARRAY_SIZE(rgb_effect_text)) in rgb_effect_show()
898 return sysfs_emit(buf, "%s\n", rgb_effect_text[drvdata.rgb_effect]); in rgb_effect_show()
907 for (i = 0; i < ARRAY_SIZE(rgb_effect_text); i++) in rgb_effect_index_show()
908 count += sysfs_emit_at(buf, count, "%s ", rgb_effect_text[i]); in rgb_effect_index_show()