Searched refs:repeat_str (Results 1 – 1 of 1) sorted by relevance
208 char repeat_str[sizeof(void *) + sizeof(int)]; member1840 if (input->u.kbd.repeat_str[0]) { in input_state_high()1841 char *repeat_str = input->u.kbd.repeat_str; in input_state_high() local1844 int s = sizeof(input->u.kbd.repeat_str); in input_state_high()1847 keypad_send_key(repeat_str, s); in input_state_high()1882 if (input->u.kbd.repeat_str[0]) { in input_state_falling()1883 char *repeat_str = input->u.kbd.repeat_str; in input_state_falling() local1886 int s = sizeof(input->u.kbd.repeat_str); in input_state_falling()1889 keypad_send_key(repeat_str, s); in input_state_falling()2094 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()