Lines Matching refs:label
35 static const char *get_label(const struct label *labels, int value)
79 const char* label;
82 struct label* bit_labels;
103 label = "KEY";
107 label = "REL";
111 label = "ABS";
115 label = "MSC";
120 label = "LED";
125 label = "SND";
130 label = "SW ";
134 label = "REP";
138 label = "FF ";
142 label = "PWR";
146 label = "FFS";
151 label = "???";
163 printf(" %s (%04x):", label, i);
484 fprintf(stderr, " -l: label event types and names in plain text\n");