Lines Matching refs:send_aux_command
772 res = send_aux_command(kbdc, PSMC_ENABLE_DEV); in enable_aux_dev()
783 res = send_aux_command(kbdc, PSMC_DISABLE_DEV); in disable_aux_dev()
806 res = send_aux_command(kbdc, cmd); in get_mouse_status()
834 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID); in get_aux_id()
873 res = send_aux_command(kbdc, scale); in set_mouse_scaling()
901 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE); in set_mouse_mode()
1629 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
6751 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6755 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
6985 if (send_aux_command(kbdc, 0xe1) != PSM_ACK ||
7054 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7055 res |= send_aux_command(kbdc, readcmd) != PSM_ACK;
7056 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7057 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7073 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7074 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7075 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7076 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7078 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7079 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7081 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7082 res |= send_aux_command(kbdc, val) != PSM_ACK;
7097 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7098 res |= send_aux_command(kbdc, cmd) != PSM_ACK;