Lines Matching +full:keypad +full:- +full:wakeup

1 // SPDX-License-Identifier: GPL-2.0
57 [MSG_CTRL] = "control-",
164 [MSG_KEYNAME_KPSTAR] = "keypad asterisk",
180 [MSG_KEYNAME_KP7] = "keypad 7",
181 [MSG_KEYNAME_KP8] = "keypad 8",
182 [MSG_KEYNAME_KP9] = "keypad 9",
183 [MSG_KEYNAME_KPMINUS] = "keypad minus",
184 [MSG_KEYNAME_KP4] = "keypad 4",
185 [MSG_KEYNAME_KP5] = "keypad 5",
186 [MSG_KEYNAME_KP6] = "keypad 6",
187 [MSG_KEYNAME_KPPLUS] = "keypad plus",
188 [MSG_KEYNAME_KP1] = "keypad 1",
189 [MSG_KEYNAME_KP2] = "keypad 2",
190 [MSG_KEYNAME_KP3] = "keypad 3",
191 [MSG_KEYNAME_KP0] = "keypad 0",
192 [MSG_KEYNAME_KPDOT] = "keypad dot",
205 [MSG_KEYNAME_KPENTER] = "keypad enter",
207 [MSG_KEYNAME_KPSLASH] = "keypad slash",
226 [MSG_KEYNAME_KPEQUAL] = "keypad equal",
227 [MSG_KEYNAME_KPPLUSDASH] = "keypad plusminus",
233 [MSG_KEYNAME_KPCOMMA] = "keypad comma",
252 [MSG_KEYNAME_WAKEUP] = "wakeup",
288 [MSG_KEYNAME_KPLEFTPAR] = "keypad left paren",
289 [MSG_KEYNAME_KPRIGHTPAR] = "keypad right paren",
438 while ((*input != '\0') && strchr(" 0+-#", *input)) in skip_flags()
496 size_t length1 = end1 - *input1; in compare_specifiers()
497 size_t length2 = end2 - *input2; in compare_specifiers()
539 * Description: Add a user-supplied message to the user_messages array.
543 * - index: a message number, as found in i18n.h.
544 * - text: text of message. Not NUL-terminated.
545 * - length: number of bytes in text.
547 * -EINVAL - Invalid format specifiers in formatted message or illegal index.
548 * -ENOMEM - Unable to allocate memory.
556 return -EINVAL; in spk_msg_set()
560 return -ENOMEM; in spk_msg_set()
566 return -EINVAL; in spk_msg_set()
601 for (i = group->start; i <= group->end; i++) { in spk_reset_msg_group()
616 /* Free user-supplied strings when module is unloaded: */