Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c92 MSE_RESET_IDLE, /* No reset in progress */ enumerator
304 state->reset_state = MSE_RESET_IDLE; in mouse8042_attach()
548 while (state->reset_state != MSE_RESET_IDLE) { in mouse8042_close()
643 if (state->reset_state != MSE_RESET_IDLE && in mouse8042_reset_timeout()
647 state->reset_state = MSE_RESET_IDLE; in mouse8042_reset_timeout()
682 if (state->reset_state != MSE_RESET_IDLE) { in mouse8042_initiate_reset()
874 if (state->reset_state != MSE_RESET_IDLE) in mouse8042_wput()
927 return (MSE_RESET_IDLE); in mouse8042_reset_fsm()
965 if (state->reset_state != MSE_RESET_IDLE) { in mouse8042_intr()
1001 } else if (state->reset_state == MSE_RESET_IDLE || in mouse8042_intr()
[all …]