Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/misc/psm/
H A Dpsm.c795 res = send_aux_command(kbdc, PSMC_ENABLE_DEV); in enable_aux_dev()
807 res = send_aux_command(kbdc, PSMC_DISABLE_DEV); in disable_aux_dev()
831 res = send_aux_command(kbdc, cmd); in get_mouse_status()
859 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID); in get_aux_id()
900 res = send_aux_command(kbdc, scale); in set_mouse_scaling()
930 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE); in set_mouse_mode()
1676 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
6778 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6782 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
7012 if (send_aux_command(kbdc, 0xe1) != PSM_ACK)
[all …]
/dflybsd-src/sys/dev/misc/kbd/
H A Datkbdcreg.h284 int send_aux_command(KBDC kbdc,int c);
H A Datkbdc.c672 send_aux_command(KBDC p, int c) in send_aux_command() function