Searched refs:oxp_rgb_effect_text (Results 1 – 1 of 1) sorted by relevance
247 static const char *const oxp_rgb_effect_text[] = { variable1228 ret = sysfs_match_string(oxp_rgb_effect_text, buf); in effect_store()1255 if (drvdata.rgb_effect >= ARRAY_SIZE(oxp_rgb_effect_text)) in effect_show()1258 return sysfs_emit(buf, "%s\n", oxp_rgb_effect_text[drvdata.rgb_effect]); in effect_show()1269 for (i = 1; i < ARRAY_SIZE(oxp_rgb_effect_text); i++) in effect_index_show()1270 count += sysfs_emit_at(buf, count, "%s ", oxp_rgb_effect_text[i]); in effect_index_show()