Lines Matching refs:repeat_str
157 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
1263 if (input->u.kbd.repeat_str[0]) {
1264 char *repeat_str = input->u.kbd.repeat_str;
1267 int s = sizeof(input->u.kbd.repeat_str);
1270 keypad_send_key(repeat_str, s);
1305 if (input->u.kbd.repeat_str[0]) {
1306 char *repeat_str = input->u.kbd.repeat_str;
1309 int s = sizeof(input->u.kbd.repeat_str);
1312 keypad_send_key(repeat_str, s);
1503 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str));