Lines Matching refs:send_aux_command
767 res = send_aux_command(kbdc, PSMC_ENABLE_DEV); in enable_aux_dev()
778 res = send_aux_command(kbdc, PSMC_DISABLE_DEV); in disable_aux_dev()
801 res = send_aux_command(kbdc, cmd); in get_mouse_status()
829 res = send_aux_command(kbdc, PSMC_SEND_DEV_ID); in get_aux_id()
868 res = send_aux_command(kbdc, scale); in set_mouse_scaling()
896 res = send_aux_command(kbdc, PSMC_SET_STREAM_MODE); in set_mouse_mode()
1622 i = send_aux_command(sc->kbdc, PSMC_SET_DEFAULTS);
6676 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6680 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
6898 if (send_aux_command(kbdc, 0xe1) != PSM_ACK ||
6967 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6968 res |= send_aux_command(kbdc, readcmd) != PSM_ACK;
6969 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6970 res |= send_aux_command(kbdc, reg) != PSM_ACK;
6986 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6987 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
6988 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6989 res |= send_aux_command(kbdc, reg) != PSM_ACK;
6991 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6992 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
6994 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
6995 res |= send_aux_command(kbdc, val) != PSM_ACK;
7010 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7011 res |= send_aux_command(kbdc, cmd) != PSM_ACK;