Searched refs:repeat_str (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/auxdisplay/
H A Dpanel.c158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
1213 if (input->u.kbd.repeat_str[0]) {
1214 char *repeat_str = input->u.kbd.repeat_str; local
1217 int s = sizeof(input->u.kbd.repeat_str);
1220 keypad_send_key(repeat_str, s);
1255 if (input->u.kbd.repeat_str[0]) {
1256 char *repeat_str = input->u.kbd.repeat_str; local
1259 int s = sizeof(input->u.kbd.repeat_str);
[all...]

Completed in 82 milliseconds