repeat_str        159 drivers/auxdisplay/panel.c 			char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
repeat_str       1265 drivers/auxdisplay/panel.c 			if (input->u.kbd.repeat_str[0]) {
repeat_str       1266 drivers/auxdisplay/panel.c 				char *repeat_str = input->u.kbd.repeat_str;
repeat_str       1269 drivers/auxdisplay/panel.c 					int s = sizeof(input->u.kbd.repeat_str);
repeat_str       1272 drivers/auxdisplay/panel.c 					keypad_send_key(repeat_str, s);
repeat_str       1307 drivers/auxdisplay/panel.c 			if (input->u.kbd.repeat_str[0]) {
repeat_str       1308 drivers/auxdisplay/panel.c 				char *repeat_str = input->u.kbd.repeat_str;
repeat_str       1311 drivers/auxdisplay/panel.c 					int s = sizeof(input->u.kbd.repeat_str);
repeat_str       1314 drivers/auxdisplay/panel.c 					keypad_send_key(repeat_str, s);
repeat_str       1505 drivers/auxdisplay/panel.c 	strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str));