Home
last modified time | relevance | path

Searched refs:BTN_2 (Results 1 – 25 of 27) sorted by relevance

12

/linux-3.4.99/drivers/input/joystick/
Dspaceball.c103 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet()
115 input_report_key(dev, BTN_2, data[2] & 0x02); in spaceball_process_packet()
239 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect()
Dmagellan.c48 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
Dadi.c88 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
Dgamecon.c558 static const short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/linux-3.4.99/drivers/hid/
Dhid-chicony.c38 case 0xff02: ch_map_key_clear(BTN_2); break; in ch_input_mapping()
Dhid-wacom.c349 input_report_key(input, BTN_2, new_butstate & 0x004); in wacom_i4_parse_button_report()
537 __set_bit(BTN_2, input->keybit); in wacom_input_mapped()
Dhid-apple.c360 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_2); in apple_input_mapped()
361 else if (usage->code == BTN_2) in apple_input_mapped()
Dhid-debug.c739 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
/linux-3.4.99/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c101 .code = BTN_2,
/linux-3.4.99/arch/arm/mach-at91/
Dboard-csb337.c171 .code = BTN_2,
Dboard-sam9rlek.c254 .code = BTN_2,
Dboard-gsia18s.c398 .code = BTN_2,
Dboard-yl-9200.c255 .code = BTN_2,
Dboard-sam9261ek.c510 .code = BTN_2,
/linux-3.4.99/arch/blackfin/mach-bf533/boards/
Dblackstamp.c345 {BTN_2, GPIO_PF6, 0, "gpio-keys: BTN2"},
Dezkit.c373 {BTN_2, GPIO_PF9, 1, "gpio-keys: BTN2"},
Dstamp.c451 {BTN_2, GPIO_PF8, 0, "gpio-keys: BTN2"},
/linux-3.4.99/drivers/input/tablet/
Dwacom_wac.c500 input_report_key(input, BTN_2, (data[3] & 0x02)); in wacom_intuos_irq()
525 input_report_key(input, BTN_2, (data[6] & 0x04)); in wacom_intuos_irq()
576 input_report_key(input, BTN_2, (data[6] & 0x02)); in wacom_intuos_irq()
595 input_report_key(input, BTN_2, (data[5] & 0x04)); in wacom_intuos_irq()
1345 __set_bit(BTN_2, input_dev->keybit); in wacom_setup_input_capabilities()
Dhanwang.c116 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8,
/linux-3.4.99/drivers/input/mouse/
Dalps.c253 input_report_key(dev, BTN_2, packet[3] & 4); in alps_process_packet_v1_v2()
1590 dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); in alps_init()
/linux-3.4.99/arch/blackfin/mach-bf561/boards/
Dezkit.c361 {BTN_2, GPIO_PF7, 1, "gpio-keys: BTN2"},
/linux-3.4.99/arch/blackfin/mach-bf537/boards/
Dstamp.c97 {BTN_2, GPIO_PF4, 1, "gpio-keys: BTN2"},
613 .keycode = BTN_2,
/linux-3.4.99/include/linux/
Dinput.h475 #define BTN_2 0x102 macro
/linux-3.4.99/sound/usb/caiaq/
Dinput.c54 BTN_2,
/linux-3.4.99/arch/blackfin/mach-bf548/boards/
Dezkit.c1339 {BTN_2, GPIO_PB10, 1, "gpio-keys: BTN2"},

12