Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcypress_ps2.c46 if (ps2dev->nak == CYTP_PS2_RETRY) in cypress_ps2_sendbyte()
47 return CYTP_PS2_RETRY; in cypress_ps2_sendbyte()
76 if (rc == CYTP_PS2_RETRY) { in cypress_ps2_ext_cmd()
78 if (rc == CYTP_PS2_RETRY) in cypress_ps2_ext_cmd()
85 if (rc == CYTP_PS2_RETRY) in cypress_ps2_ext_cmd()
H A Dcypress_ps2.h75 #define CYTP_PS2_RETRY 0xfe macro