Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A Dusbsevseg.c32 static const char *display_textmodes[] = {"raw", "hex", "ascii"}; variable
253 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()