Home
last modified time | relevance | path

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

/linux/drivers/misc/genwqe/
H A Dcard_sysfs.c32 static const char * const genwqe_types[] = { variable
80 return sprintf(buf, "%s\n", (card_type >= ARRAY_SIZE(genwqe_types)) ? in type_show()
81 "invalid" : genwqe_types[card_type]); in type_show()