Searched refs:KD_BUTTON_1 (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dps2.c79 unsigned long left_button = KD_BUTTON_1;
87 right_button = KD_BUTTON_1;
H A Dms.c83 flags |= KD_BUTTON_1;
H A Dtslib.c77 flags = KD_BUTTON_1;
H A Dmouse.c309 flags |= KD_BUTTON_1;
538 flags |= KD_BUTTON_1;
570 flags |= KD_BUTTON_1;
643 flags |= KD_BUTTON_1;
657 flags |= km->state & (KD_BUTTON_1|KD_BUTTON_3);
691 flags |= KD_BUTTON_1;
H A Devdev.c72 flags |= KD_BUTTON_1;
74 flags &= ~KD_BUTTON_1;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.h387 #define KD_BUTTON_1 0x01 macro
H A Dkinput.c1730 for (button = KD_BUTTON_1, n = 1; n <= pi->nButtons; button <<= 1, n++) {
1737 for (button = KD_BUTTON_1, n = 1; n <= pi->nButtons; button <<= 1, n++) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.h526 #define KD_BUTTON_1 0x01 macro
H A Dkinput.c1945 for (button = KD_BUTTON_1, n = 1; n <= pi->nButtons;
1953 for (button = KD_BUTTON_1, n = 1; n <= pi->nButtons;

Completed in 13 milliseconds