Home
last modified time | relevance | path

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

/drivers/staging/panel/
Dpanel.c182 char repeat_str[sizeof(void *) + sizeof(int)]; member
1764 if (input->u.kbd.repeat_str[0]) { in input_state_high()
1765 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local
1768 keypad_send_key(repeat_str, in input_state_high()
1769 sizeof(input->u.kbd.repeat_str)); in input_state_high()
1803 if (input->u.kbd.repeat_str[0]) { in input_state_falling()
1804 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local
1807 keypad_send_key(repeat_str, in input_state_falling()
1808 sizeof(input->u.kbd.repeat_str)); in input_state_falling()
2002 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()