Lines Matching +full:rate +full:- +full:active +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0+ */
30 /* keycode of the modifiers which select this table, -1 if none */
42 /* Which modifiers are active (1 bit for each MOD_... value) */
44 uchar flags; /* active state keys (FLAGS_...) */
45 uchar leds; /* active LEDs (INPUT_LED_...) */
63 unsigned int repeat_rate_ms; /* Autorepeat rate in ms */
74 * @return number of ascii characters sent, or 0 if none, or -1 for an
87 * This function looks after maintenance of the list of active keys, and calls
93 * @return number of ascii characters sent, or 0 if none, or -1 for an
122 * TODO: U-Boot wants 0 for no key, but Ctrl-@ is a valid key...
125 * @return key, or 0 if no key, or -1 if error
133 * @return 0 if ok, -1 on error
140 * @param repeat_delay_ms Delay before key auto-repeat starts (in ms)
141 * @param repeat_rate_ms Delay between successive key repeats (in ms)
154 * inject a repeating key. This function can be called at start-up to select
171 * @return -1 if no LEDs need updating, other value if they do
182 * @return 0 if ok, -1 on error
191 * @return 0 if ok, -1 on error