Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/misc/
Dusbsevseg.c32 static const char *display_textmodes[] = {"raw", "hex", "ascii"}; variable
279 for (i = 0; i < ARRAY_SIZE(display_textmodes); i++) { in textmode_show()
282 strcat(buf, display_textmodes[i]); in textmode_show()
286 strcat(buf, display_textmodes[i]); in textmode_show()
303 i = sysfs_match_string(display_textmodes, buf); in textmode_store()