Lines Matching refs:proto_version
252 if (priv->proto_version == ALPS_PROTO_V1) { in alps_process_packet_v1_v2()
485 if (priv->proto_version != ALPS_PROTO_V3_RUSHMORE) { in alps_process_bitmap()
721 if (priv->proto_version == ALPS_PROTO_V3 || in alps_process_touchpad_packet_v3_v5()
722 priv->proto_version == ALPS_PROTO_V3_RUSHMORE) { in alps_process_touchpad_packet_v3_v5()
1393 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1539 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1566 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1573 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1590 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1592 (priv->proto_version == ALPS_PROTO_V8 && in alps_process_byte()
2579 priv->proto_version = protocol->version; in alps_set_protocol()
2589 switch (priv->proto_version) { in alps_set_protocol()
2933 dev2->id.version = priv->proto_version; in alps_init()
2966 psmouse->pktsize = priv->proto_version == ALPS_PROTO_V4 ? 8 : 6; in alps_init()
3018 psmouse->model = priv->proto_version; in alps_detect()