Searched refs:send_aux_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/atkbdc/
H A Datkbdcreg.h237 int send_aux_command(KBDC kbdc,int c);
H A Dpsm.c559 res = send_aux_command(kbdc, PSMC_ENABLE_DEV);
570 res = send_aux_command(kbdc, PSMC_DISABLE_DEV);
593 res = send_aux_command(kbdc, cmd);
618 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID);
657 res = send_aux_command(kbdc, scale);
685 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE);
1416 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
4762 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
4766 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
4973 if (send_aux_command(kbd
[all...]
H A Datkbdc.c630 send_aux_command(KBDC p, int c) function

Completed in 62 milliseconds