Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dpanel.c158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; member
1207 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1208 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1211 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1214 keypad_send_key(repeat_str, s); in input_state_high()
1249 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1250 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1253 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
[all...]