Searched refs:BTN_1 (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | spaceball.c | 99 input_report_key(dev, BTN_1, data[2] & 2); in spaceball_process_packet() 180 spaceball->dev.keybit[LONG(BTN_0)] = BIT(BTN_0) | BIT(BTN_1); in spaceball_connect()
|
D | magellan.c | 46 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8};
|
D | adi.c | 85 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/linux-2.4.37.9/include/linux/ |
D | input.h | 315 #define BTN_1 0x101 macro
|
/linux-2.4.37.9/drivers/input/ |
D | mousedev.c | 131 case BTN_1: in mousedev_event()
|
D | joydev.c | 431 || test_bit(BTN_1, dev->keybit)))) return NULL; in joydev_connect()
|
/linux-2.4.37.9/Documentation/input/ |
D | input-programming.txt | 25 input_report_key(&button_dev, BTN_1, inb(BUTTON_PORT) & 1);
|