Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.c35 static const unsigned char cytp_rate[] = {10, 20, 40, 60, 100, 200}; variable
157 for (i = 0; i < sizeof(cytp_rate); i++) in cypress_verify_cmd_state()
158 if (cytp_rate[i] == param[2]) in cypress_verify_cmd_state()