Searched refs:genwqe_types (Results 1 – 1 of 1) sorted by relevance
32 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()