Lines Matching refs:PSM_ACK
788 return (res == PSM_ACK); in enable_aux_dev()
799 return (res == PSM_ACK); in disable_aux_dev()
822 if (res != PSM_ACK) in get_mouse_status()
849 if (res != PSM_ACK) in get_aux_id()
869 return ((res == PSM_ACK) ? rate : -1); in set_mouse_sampling_rate()
890 return (res == PSM_ACK); in set_mouse_scaling()
902 return ((res == PSM_ACK) ? val : -1); in set_mouse_resolution()
917 return (res == PSM_ACK); in set_mouse_mode()
1059 case PSM_ACK: in doinitialize()
1486 case PSM_ACK:
6786 if (send_aux_command(sc->kbdc, 0xe7) != PSM_ACK) {
6790 if (send_aux_command(sc->kbdc, seq[i]) != PSM_ACK) {
7020 if (send_aux_command(kbdc, 0xe1) != PSM_ACK)
7093 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7094 res |= send_aux_command(kbdc, readcmd) != PSM_ACK;
7095 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7096 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7112 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7113 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7114 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7115 res |= send_aux_command(kbdc, reg) != PSM_ACK;
7117 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7118 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7120 res |= send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7121 res |= send_aux_command(kbdc, val) != PSM_ACK;
7136 res = send_aux_command(kbdc, ELANTECH_CUSTOM_CMD) != PSM_ACK;
7137 res |= send_aux_command(kbdc, cmd) != PSM_ACK;