Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c134 static boolean_t kb8042_autorepeat_detect(struct kb8042 *kb8042, int key_pos,
1114 if (kb8042_autorepeat_detect(kb8042, key_pos, state)) {
1127 (void) kb8042_autorepeat_detect(kb8042, key_pos, KEY_RELEASED);
1241 (void) kb8042_autorepeat_detect(kb8042, *key, *state);
1265 (void) kb8042_autorepeat_detect(kb8042, *key, *state);
1543 kb8042_autorepeat_detect( function