Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/auxdisplay/
Dpanel.c159 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; member
1265 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1266 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1269 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1272 keypad_send_key(repeat_str, s); in input_state_high()
1307 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1308 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1311 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
1314 keypad_send_key(repeat_str, s); in input_state_falling()
1505 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()