Searched defs: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);
649 * kb8042_send_to_keyboard, because this is the only situation
654 kb8042_send_to_keyboard(kb8042, KB_ENABLE, B_TRUE);
1239 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1345 * kb8042_send_to_keyboard should be called with w_hw_mutex held if
1349 kb8042_send_to_keyboard(struct kb8042 *kb8042, int byte, boolean_t polled) function

Completed in 46 milliseconds