Lines Matching refs:send_aux_command
773 res = send_aux_command(kbdc, PSMC_ENABLE_DEV); in enable_aux_dev()
784 res = send_aux_command(kbdc, PSMC_DISABLE_DEV); in disable_aux_dev()
807 res = send_aux_command(kbdc, cmd); in get_mouse_status()
835 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID); in get_aux_id()
874 res = send_aux_command(kbdc, scale); in set_mouse_scaling()
902 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE); in set_mouse_mode()
1617 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
6731 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6735 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
6965 if (send_aux_command(kbdc, 0xe1) != PSM_ACK ||
7034 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7035 res |= send_aux_command(kbdc, readcmd) != PSM_ACK;
7036 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7037 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7053 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7054 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7055 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7056 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7058 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7059 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7061 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7062 res |= send_aux_command(kbdc, val) != PSM_ACK;
7077 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7078 res |= send_aux_command(kbdc, cmd) != PSM_ACK;