Searched refs:display_textmodes (Results 1 – 1 of 1) sorted by relevance
32 static const char *display_textmodes[] = {"raw", "hex", "ascii"}; variable253 for (i = 0; i < ARRAY_SIZE(display_textmodes); i++) { in textmode_show()256 strcat(buf, display_textmodes[i]); in textmode_show()260 strcat(buf, display_textmodes[i]); in textmode_show()277 i = sysfs_match_string(display_textmodes, buf); in textmode_store()