Symbol: ALPS_DUALPOINT
drivers/input/mouse/alps.c
1096
if (!(priv->flags & ALPS_DUALPOINT)) {
drivers/input/mouse/alps.c
112
{ { 0x20, 0x02, 0x0e }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } },
drivers/input/mouse/alps.c
114
{ { 0x22, 0x02, 0x0a }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } },
drivers/input/mouse/alps.c
115
{ { 0x22, 0x02, 0x14 }, { ALPS_PROTO_V2, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT } }, /* Dell Latitude D600 */
drivers/input/mouse/alps.c
116
{ { 0x32, 0x02, 0x14 }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, /* Toshiba Salellite Pro M10 */
drivers/input/mouse/alps.c
119
ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Toshiba Tecra A11-11L */
drivers/input/mouse/alps.c
124
ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED } }, /* Dell Latitude E5500, E6400, E6500, Precision M4400 */
drivers/input/mouse/alps.c
131
{ { 0x63, 0x03, 0xc8 }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT } }, /* Dell Latitude D800 */
drivers/input/mouse/alps.c
132
{ { 0x73, 0x00, 0x0a }, { ALPS_PROTO_V2, 0xf8, 0xf8, ALPS_DUALPOINT } }, /* ThinkPad R61 8918-5QG */
drivers/input/mouse/alps.c
133
{ { 0x73, 0x00, 0x14 }, { ALPS_PROTO_V6, 0xff, 0xff, ALPS_DUALPOINT } }, /* Dell XT2 */
drivers/input/mouse/alps.c
1357
if (!(priv->flags & ALPS_DUALPOINT)) {
drivers/input/mouse/alps.c
140
ALPS_PROTO_V3, 0x8f, 0x8f, ALPS_DUALPOINT | ALPS_DUALPOINT_WITH_PRESSURE
drivers/input/mouse/alps.c
144
ALPS_PROTO_V3_RUSHMORE, 0x8f, 0x8f, ALPS_DUALPOINT | ALPS_DUALPOINT_WITH_PRESSURE
drivers/input/mouse/alps.c
1481
(priv->flags & ALPS_DUALPOINT)) {
drivers/input/mouse/alps.c
156
ALPS_PROTO_V7, 0x48, 0x48, ALPS_DUALPOINT | ALPS_DUALPOINT_WITH_PRESSURE
drivers/input/mouse/alps.c
2228
if ((priv->flags & ALPS_DUALPOINT) &&
drivers/input/mouse/alps.c
2337
if (priv->flags & ALPS_DUALPOINT) {
drivers/input/mouse/alps.c
2579
priv->flags |= ALPS_DUALPOINT |
drivers/input/mouse/alps.c
2766
priv->flags &= ~ALPS_DUALPOINT;
drivers/input/mouse/alps.c
2782
priv->flags &= ~ALPS_DUALPOINT;
drivers/input/mouse/alps.c
2832
priv->flags &= ~ALPS_DUALPOINT;
drivers/input/mouse/alps.c
288
if ((priv->flags & ALPS_DUALPOINT) && z == 127) {
drivers/input/mouse/alps.c
3096
if (priv->flags & ALPS_DUALPOINT) {
drivers/input/mouse/alps.c
3221
psmouse->name = priv->flags & ALPS_DUALPOINT ?
drivers/input/mouse/alps.c
563
if (!(priv->flags & ALPS_DUALPOINT)) {
drivers/input/mouse/alps.c
794
if ((priv->flags & ALPS_DUALPOINT) &&
drivers/input/mouse/alps.c
839
if (!(priv->flags & ALPS_DUALPOINT)) {