Searched refs:BTN_PINKIE (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | a3d.c | 163 input_report_key(dev, BTN_PINKIE, data[7] & 1); in a3d_read() 302 …v.keybit[LONG(BTN_JOYSTICK)] |= BIT(BTN_TRIGGER) | BIT(BTN_THUMB) | BIT(BTN_TOP) | BIT(BTN_PINKIE); in a3d_connect()
|
D | tmdc.c | 79 { BTN_TRIGGER, BTN_THUMB, BTN_TOP, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_THUMB2, BTN_PINKIE, 84 { BTN_TRIGGER, BTN_THUMB2, BTN_PINKIE, BTN_THUMB, BTN_BASE6, BTN_BASE5, BTN_BASE4,
|
/linux-2.4.37.9/include/linux/ |
D | input.h | 340 #define BTN_PINKIE 0x125 macro
|