Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c125 static void kb8042_send_to_keyboard(struct kb8042 *, int, boolean_t);
685 kb8042_send_to_keyboard(kb8042, KB_ENABLE, B_TRUE); in kb8042_init()
1295 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1405 kb8042_send_to_keyboard(struct kb8042 *kb8042, int byte, boolean_t polled) function