Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/auxdisplay/
Dpanel.c157 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; member
1263 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1264 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1267 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1270 keypad_send_key(repeat_str, s); in input_state_high()
1305 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1306 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1309 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
1312 keypad_send_key(repeat_str, s); in input_state_falling()
1503 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()