Home
last modified time | relevance | path

Searched refs:CYTP_PS2_RETRY (Results 1 – 2 of 2) sorted by relevance

/drivers/input/mouse/
Dcypress_ps2.c49 if (ps2dev->nak == CYTP_PS2_RETRY) in cypress_ps2_sendbyte()
50 return CYTP_PS2_RETRY; in cypress_ps2_sendbyte()
79 if (rc == CYTP_PS2_RETRY) { in cypress_ps2_ext_cmd()
81 if (rc == CYTP_PS2_RETRY) in cypress_ps2_ext_cmd()
88 if (rc == CYTP_PS2_RETRY) in cypress_ps2_ext_cmd()
Dcypress_ps2.h74 #define CYTP_PS2_RETRY 0xfe macro