Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/genwqe/
Dcard_sysfs.c40 static const char * const genwqe_types[] = { variable
88 return sprintf(buf, "%s\n", (card_type >= ARRAY_SIZE(genwqe_types)) ? in type_show()
89 "invalid" : genwqe_types[card_type]); in type_show()