Searched refs:rgb_effect_text (Results 1 – 1 of 1) sorted by relevance
192 static const char *const rgb_effect_text[] = { variable863 ret = sysfs_match_string(rgb_effect_text, buf); in rgb_effect_store()893 if (drvdata.rgb_effect >= ARRAY_SIZE(rgb_effect_text)) in rgb_effect_show()896 return sysfs_emit(buf, "%s\n", rgb_effect_text[drvdata.rgb_effect]); in rgb_effect_show()905 for (i = 0; i < ARRAY_SIZE(rgb_effect_text); i++) in rgb_effect_index_show()906 count += sysfs_emit_at(buf, count, "%s ", rgb_effect_text[i]); in rgb_effect_index_show()