Lines Matching refs:ec
2699 unsigned char *ec) in alps_match_table() argument
2709 model->command_mode_resp == ec[2])) { in alps_match_table()
2721 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local
2744 PSMOUSE_CMD_RESET_WRAP, ec) || in alps_identify()
2748 protocol = alps_match_table(e7, ec); in alps_identify()
2751 ec[0] == 0x73 && (ec[1] == 0x01 || ec[1] == 0x02)) { in alps_identify()
2753 } else if (ec[0] == 0x88 && in alps_identify()
2754 ((ec[1] & 0xf0) == 0xb0 || (ec[1] & 0xf0) == 0xc0)) { in alps_identify()
2756 } else if (ec[0] == 0x88 && ec[1] == 0x08) { in alps_identify()
2758 } else if (ec[0] == 0x88 && ec[1] == 0x07 && in alps_identify()
2759 ec[2] >= 0x90 && ec[2] <= 0x9d) { in alps_identify()
2762 e7[2] == 0x14 && ec[1] == 0x02) { in alps_identify()
2766 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec); in alps_identify()
2773 memcpy(priv->fw_ver, ec, 3); in alps_identify()