Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dinput.h61 bool allow_repeats; /* Don't filter out repeats */ member
163 void input_allow_repeats(struct input_config *config, bool allow_repeats);
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dinput.c525 is_repeat = config->allow_repeats || (config->repeat_rate_ms && in _input_send_keycodes()
607 void input_allow_repeats(struct input_config *config, bool allow_repeats) in input_allow_repeats() argument
609 config->allow_repeats = allow_repeats; in input_allow_repeats()