Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/panel/
Dpanel.c208 char repeat_str[sizeof(void *) + sizeof(int)]; member
1862 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1863 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1866 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()
1869 keypad_send_key(repeat_str, s); in input_state_high()
1904 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1905 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1908 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()
1911 keypad_send_key(repeat_str, s); in input_state_falling()
2116 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()