/linux-3.4.99/drivers/input/joystick/ |
D | spaceball.c | 102 input_report_key(dev, BTN_1, (data[2] & 0x01) || (data[2] & 0x20)); in spaceball_process_packet() 114 input_report_key(dev, BTN_1, data[2] & 0x01); in spaceball_process_packet() 244 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | in spaceball_connect()
|
D | magellan.c | 48 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 | 88 static short adi_cm2_key[] = { BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
|
/linux-3.4.99/arch/mips/ath79/ |
D | mach-ap81.c | 63 .code = BTN_1,
|
/linux-3.4.99/drivers/input/tablet/ |
D | hanwang.c | 116 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8, 211 BTN_1 + i, data[3] & (1 << i)); in hanwang_parse_packet() 225 BTN_1 + i, data[5] & (1 << i)); in hanwang_parse_packet()
|
D | wacom_wac.c | 499 input_report_key(input, BTN_1, (data[3] & 0x01)); in wacom_intuos_irq() 524 input_report_key(input, BTN_1, (data[6] & 0x02)); in wacom_intuos_irq() 575 input_report_key(input, BTN_1, (data[6] & 0x01)); in wacom_intuos_irq() 594 input_report_key(input, BTN_1, (data[5] & 0x02)); in wacom_intuos_irq() 1344 __set_bit(BTN_1, input_dev->keybit); in wacom_setup_input_capabilities()
|
/linux-3.4.99/drivers/hid/ |
D | hid-chicony.c | 37 case 0xff01: ch_map_key_clear(BTN_1); break; in ch_input_mapping()
|
D | hid-wacom.c | 307 input_report_key(input, BTN_1, rw & 0x01); in wacom_gr_parse_report() 348 input_report_key(input, BTN_1, new_butstate & 0x002); in wacom_i4_parse_button_report() 520 __set_bit(BTN_1, input->keybit); in wacom_input_mapped()
|
D | hid-apple.c | 359 else if (usage->code == BTN_1) in apple_input_mapped() 362 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_1); in apple_input_mapped()
|
/linux-3.4.99/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 96 .code = BTN_1,
|
/linux-3.4.99/arch/arm/mach-at91/ |
D | board-foxg20.c | 178 .code = BTN_1,
|
D | board-csb337.c | 164 .code = BTN_1,
|
D | board-sam9rlek.c | 261 .code = BTN_1,
|
D | board-cpu9krea.c | 303 .code = BTN_1,
|
D | board-gsia18s.c | 390 .code = BTN_1,
|
D | board-sam9261ek.c | 503 .code = BTN_1,
|
/linux-3.4.99/arch/blackfin/mach-bf533/boards/ |
D | blackstamp.c | 344 {BTN_1, GPIO_PF5, 0, "gpio-keys: BTN1"},
|
D | ezkit.c | 372 {BTN_1, GPIO_PF8, 1, "gpio-keys: BTN1"},
|
D | stamp.c | 450 {BTN_1, GPIO_PF6, 0, "gpio-keys: BTN1"},
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | board-overo.c | 378 .code = BTN_1,
|
/linux-3.4.99/drivers/input/mouse/ |
D | alps.c | 252 input_report_key(dev, BTN_1, packet[0] & 0x10); in alps_process_packet_v1_v2() 1589 dev1->keybit[BIT_WORD(BTN_1)] |= BIT_MASK(BTN_1); in alps_init()
|
/linux-3.4.99/arch/blackfin/mach-bf561/boards/ |
D | ezkit.c | 360 {BTN_1, GPIO_PF6, 1, "gpio-keys: BTN1"},
|
/linux-3.4.99/arch/blackfin/mach-bf518/boards/ |
D | tcm-bf518.c | 570 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
D | ezbrd.c | 649 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|
/linux-3.4.99/arch/blackfin/mach-bf527/boards/ |
D | ezbrd.c | 691 {BTN_1, GPIO_PG13, 1, "gpio-keys: BTN1"},
|