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

/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdcreg.h248 int send_aux_command(KBDC kbdc,int c);
H A Dpsm.c766 res = send_aux_command(kbdc, PSMC_ENABLE_DEV);
777 res = send_aux_command(kbdc, PSMC_DISABLE_DEV);
800 res = send_aux_command(kbdc, cmd);
825 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID);
864 res = send_aux_command(kbdc, scale);
892 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE);
1618 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
6704 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6708 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
6926 if (send_aux_command(kbd
[all...]
H A Datkbdc.c670 send_aux_command(KBDC p, int c) function

Completed in 91 milliseconds