Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dinput.h60 bool allow_repeats; /* Don't filter out repeats */ member
/openbmc/u-boot/drivers/input/
H A Dinput.c609 void input_allow_repeats(struct input_config *config, bool allow_repeats) in input_allow_repeats()