/linux-4.1.27/drivers/media/rc/keymaps/ |
D | rc-imon-pad.c | 111 { 0x01010000, BTN_LEFT }, 113 { 0x01010080, BTN_LEFT }, 115 { 0x688301b7, BTN_LEFT },
|
D | rc-cinergy.c | 43 { 0x19, BTN_LEFT, },
|
/linux-4.1.27/drivers/input/mouse/ |
D | atarimouse.c | 85 input_report_key(atamouse_dev, BTN_LEFT, buttons & 0x4); in atamouse_interrupt() 137 atamouse_dev->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in atamouse_init()
|
D | rpcmouse.c | 56 input_report_key(dev, BTN_LEFT, b & 0x40); in rpcmouse_irq() 82 rpcmouse_dev->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in rpcmouse_init()
|
D | amimouse.c | 65 input_report_key(dev, BTN_LEFT, ciaa.pra & 0x40); in amimouse_interrupt() 115 dev->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in amimouse_probe()
|
D | logibm.c | 97 input_report_key(logibm_dev, BTN_LEFT, buttons & 4); in logibm_interrupt() 157 logibm_dev->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in logibm_init()
|
D | inport.c | 103 input_report_key(inport_dev, BTN_LEFT, buttons & 2); in inport_interrupt() 164 inport_dev->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in inport_init()
|
D | vsxxxaa.c | 255 input_report_key(dev, BTN_LEFT, left); in vsxxxaa_handle_REL_packet() 307 input_report_key(dev, BTN_LEFT, left); in vsxxxaa_handle_ABS_packet() 360 input_report_key(dev, BTN_LEFT, left); in vsxxxaa_handle_POR_packet() 493 __set_bit(BTN_LEFT, input_dev->keybit); /* We have 3 buttons */ in vsxxxaa_connect()
|
D | lifebook.c | 197 input_report_key(dev2, BTN_LEFT, packet[0] & 0x01); in lifebook_process_byte() 299 dev2->keybit[BIT_WORD(BTN_LEFT)] = in lifebook_create_relative_device() 300 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT); in lifebook_create_relative_device()
|
D | sermouse.c | 71 input_report_key(dev, BTN_LEFT, !(data & 4)); in sermouse_process_msc() 117 input_report_key(dev, BTN_LEFT, (data >> 5) & 1); in sermouse_process_ms() 269 input_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in sermouse_connect()
|
D | maplemouse.c | 39 input_report_key(dev, BTN_LEFT, buttons & 4); in dc_mouse_callback() 92 input_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in probe_maple_mouse()
|
D | elantech.c | 286 input_report_key(dev, BTN_LEFT, packet[0] & 0x01); in elantech_report_absolute_v1() 397 input_report_key(dev, BTN_LEFT, packet[0] & 0x01); in elantech_report_absolute_v2() 441 input_report_key(tp_dev, BTN_LEFT, packet[0] & 0x01); in elantech_report_trackpoint() 534 input_report_key(dev, BTN_LEFT, packet[0] & 0x03); in elantech_report_absolute_v3() 536 input_report_key(dev, BTN_LEFT, packet[0] & 0x01); in elantech_report_absolute_v3() 554 input_report_key(dev, BTN_LEFT, packet[0] & 0x03); in elantech_input_sync_v4() 556 input_report_key(dev, BTN_LEFT, packet[0] & 0x01); in elantech_input_sync_v4() 1180 __set_bit(BTN_LEFT, dev->keybit); in elantech_set_input_params() 1698 tp_dev->keybit[BIT_WORD(BTN_LEFT)] = in elantech_init() 1699 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | in elantech_init()
|
D | gpio_mouse.c | 29 input_report_key(input, BTN_LEFT, in gpio_mouse_scan() 118 input_set_capability(input, EV_KEY, BTN_LEFT); in gpio_mouse_probe()
|
D | alps.c | 226 dev = (dev2 && test_bit(BTN_LEFT, dev2->key)) ? dev2 : dev1; in alps_report_buttons() 227 input_report_key(dev, BTN_LEFT, left); in alps_report_buttons() 532 input_report_key(dev, BTN_LEFT, f->left); in alps_report_semi_mt_data() 599 input_report_key(dev, BTN_LEFT, left); in alps_process_trackstick_packet_v3() 782 input_report_key(dev2, BTN_LEFT, f->ts_left); in alps_process_touchpad_packet_v3_v5() 847 input_report_key(dev2, BTN_LEFT, left); in alps_process_packet_v6() 876 input_report_key(dev, BTN_LEFT, left); in alps_process_packet_v6() 1107 input_report_key(dev2, BTN_LEFT, left); in alps_process_trackstick_packet_v7() 1129 input_report_key(dev, BTN_LEFT, f->left); in alps_process_touchpad_packet_v7() 1299 input_report_key(dev, BTN_LEFT, f->left); in alps_process_packet_ss4_v2() [all …]
|
D | navpoint.c | 104 input_report_key(navpoint->input, BTN_LEFT, gesture); in navpoint_packet() 258 __set_bit(BTN_LEFT, input->keybit); in navpoint_probe()
|
D | vmmouse.c | 201 pref_dev, BTN_LEFT, in vmmouse_report_events() 477 input_set_capability(abs_dev, EV_KEY, BTN_LEFT); in vmmouse_init()
|
D | bcm5974.c | 478 __set_bit(BTN_LEFT, input_dev->keybit); in setup_events_to_report() 498 input_report_key(dev->input, BTN_LEFT, dev->bt_data->button); in report_bt_state() 580 input_report_key(input, BTN_LEFT, ibt); in report_tp_state() 584 input_report_key(input, BTN_LEFT, dev->tp_data[BUTTON_TYPE3]); in report_tp_state()
|
D | synaptics_i2c.c | 362 input_report_key(input, BTN_LEFT, gesture); in synaptics_i2c_get_input() 517 __set_bit(BTN_LEFT, input->keybit); in synaptics_i2c_set_input_params()
|
D | hgpk.c | 377 input_report_key(idev, BTN_LEFT, left); in hgpk_process_advanced_packet() 454 input_report_key(dev, BTN_LEFT, left); in hgpk_process_simple_packet() 558 __set_bit(BTN_LEFT, input->keybit); in hgpk_setup_input_device()
|
D | synaptics_usb.c | 98 input_report_key(input_dev, BTN_LEFT, synusb->data[1] & 0x04); in synusb_report_buttons() 410 __set_bit(BTN_LEFT, input_dev->keybit); in synusb_probe()
|
D | appletouch.c | 655 input_report_key(dev->input, BTN_LEFT, key); in atp_complete_geyser_1_2() 775 input_report_key(dev->input, BTN_LEFT, key); in atp_complete_geyser_3_4() 930 set_bit(BTN_LEFT, input_dev->keybit); in atp_probe()
|
D | cypress_ps2.c | 413 __set_bit(BTN_LEFT, input->keybit); in cypress_set_input_params() 556 input_report_key(input, BTN_LEFT, report_data.left); in cypress_process_packet()
|
D | focaltech.c | 144 input_report_key(psmouse->dev, BTN_LEFT, state->pressed); in focaltech_report_state()
|
D | logips2pp.c | 97 input_report_key(dev, BTN_LEFT, packet[0] & 1); in ps2pp_process_byte()
|
D | sentelic.c | 798 input_report_key(dev, BTN_LEFT, packet[0] & 0x01); in fsp_process_byte() 841 input_report_key(dev, BTN_LEFT, packet[0] & 1); in fsp_process_byte()
|
D | elan_i2c_core.c | 804 input_report_key(input, BTN_LEFT, tp_info & 0x01); in elan_report_absolute() 871 __set_bit(BTN_LEFT, input->keybit); in elan_setup_input_device()
|
D | synaptics.c | 903 input_report_key(dev, BTN_LEFT, hw->left); in synaptics_report_buttons() 1176 __set_bit(BTN_LEFT, dev->keybit); in set_input_params()
|
D | psmouse-base.c | 204 input_report_key(dev, BTN_LEFT, packet[0] & 1); in psmouse_process_byte() 720 __set_bit(BTN_LEFT, input_dev->keybit); in psmouse_apply_defaults()
|
D | cyapa_gen3.c | 1208 input_report_key(input, BTN_LEFT, in cyapa_gen3_irq_handler()
|
D | cyapa.c | 454 __set_bit(BTN_LEFT, input->keybit); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2598 input_report_key(input, BTN_LEFT, in cyapa_gen5_report_buttons()
|
/linux-4.1.27/drivers/input/tablet/ |
D | kbtab.c | 80 input_report_key(dev, BTN_LEFT, pressure > kb_pressure_click ? 1 : 0); in kbtab_irq() 156 input_dev->keybit[BIT_WORD(BTN_LEFT)] |= in kbtab_probe() 157 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT); in kbtab_probe()
|
D | wacom_serial4.c | 357 input_report_key(wacom->dev, BTN_LEFT, button & 1); in wacom_handle_packet() 551 set_bit(BTN_LEFT, input_dev->keybit); in wacom_connect()
|
D | aiptek.c | 343 BTN_LEFT, BTN_RIGHT, BTN_MIDDLE, 496 input_report_key(inputdev, BTN_LEFT, left); in aiptek_irq() 646 input_report_key(inputdev, BTN_LEFT, left); in aiptek_irq()
|
/linux-4.1.27/drivers/input/joystick/ |
D | amijoy.c | 141 amijoy_dev[i]->keybit[BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) | in amijoy_init()
|
D | a3d.c | 127 input_report_key(dev, BTN_LEFT, data[3] & 2); in a3d_read() 147 input_report_key(dev, BTN_LEFT, data[3] & 2); in a3d_read() 334 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | in a3d_connect() 357 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE); in a3d_connect()
|
D | gamecon.c | 428 input_report_key(dev, BTN_LEFT, s & data[9]); in gc_nes_process_packet() 879 __set_bit(BTN_LEFT, input_dev->keybit); in gc_setup_pad()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | usbmouse.c | 81 input_report_key(dev, BTN_LEFT, data[0] & 0x01); in usb_mouse_irq() 181 input_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in usb_mouse_probe()
|
/linux-4.1.27/drivers/hid/ |
D | hid-magicmouse.c | 146 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons() 174 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons() 370 __set_bit(BTN_LEFT, input->keybit); in magicmouse_setup_input()
|
D | wacom_wac.c | 358 input_report_key(input, BTN_LEFT, data[1] & 0x01); in wacom_graphire_irq() 414 input_report_key(pad_input, BTN_LEFT, (data[7] & 0x20)); in wacom_graphire_irq() 615 input_report_key(input, BTN_LEFT, 0); in wacom_intuos_inout() 957 input_report_key(input, BTN_LEFT, data[8] & 0x01); in wacom_intuos_irq() 969 input_report_key(input, BTN_LEFT, data[6] & 0x01); in wacom_intuos_irq() 982 input_report_key(input, BTN_LEFT, data[8] & 0x04); in wacom_intuos_irq() 999 input_report_key(input, BTN_LEFT, data[8] & 0x01); in wacom_intuos_irq() 1669 input_report_key(pad_input, BTN_LEFT, (data[1] & 0x08) != 0); in wacom_bpt_touch() 1727 input_report_key(input, BTN_LEFT, (data[1] & 0x02) != 0); in wacom_bpt3_button_msg() 1731 input_report_key(input, BTN_LEFT, (data[1] & 0x08) != 0); in wacom_bpt3_button_msg() [all …]
|
D | hid-logitech-hidpp.c | 729 input_set_capability(input_dev, EV_KEY, BTN_LEFT); in wtp_populate_input() 778 input_event(wd->input, EV_KEY, BTN_LEFT, raw->button); in wtp_send_raw_xy_event() 843 input_event(wd->input, EV_KEY, BTN_LEFT, in wtp_raw_event()
|
D | hid-rmi.c | 420 input_event(hdata->input, EV_KEY, BTN_LEFT + button++, in rmi_f30_input_event() 1103 __set_bit(BTN_LEFT + i, input->keybit); in rmi_input_configured()
|
D | hid-debug.c | 860 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 233 case BTN_LEFT: index = 0; break; in mousedev_key_event() 1011 .keybit = { [BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) }, 1046 .keybit = { [BIT_WORD(BTN_LEFT)] = BIT_MASK(BTN_LEFT) },
|
D | joydev.c | 791 __set_bit(BTN_LEFT, jd_scratch); in joydev_dev_is_absolute_mouse()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | remote.c | 164 input_report_key(dev, BTN_LEFT, buttons & REMOTE_BUTTON_LEFT); in send_mouse_event() 230 mouse_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in ibmasm_init_remote_input_dev()
|
/linux-4.1.27/drivers/media/rc/ |
D | ati_remote.c | 306 {KIND_LITERAL, 0x78, BTN_LEFT}, /* left btn down */ 307 {KIND_LITERAL, 0x79, BTN_LEFT}, /* left btn up */ 736 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in ati_remote_input_init()
|
D | ir-mce_kbd-decoder.c | 202 input_report_key(idev, BTN_LEFT, left); in ir_mce_kbd_process_mouse_data() 384 set_bit(BTN_LEFT, idev->keybit); in ir_mce_kbd_register()
|
D | imon.c | 1378 input_report_key(ictx->idev, BTN_LEFT, buf[1] & 0x1); in imon_mouse_event() 2032 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT); in imon_init_idev()
|
/linux-4.1.27/drivers/macintosh/ |
D | mac_hid.c | 51 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in mac_hid_create_emumouse()
|
D | adbhid.c | 488 input_report_key(adbhid[id]->input, BTN_LEFT, !((data[1] >> 7) & 1)); in adbhid_mouse_input() 849 input_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in adbhid_input_register()
|
/linux-4.1.27/drivers/input/misc/ |
D | ati_remote2.c | 179 { 0xa9, BTN_LEFT }, 408 if (ar2->keycode[mode][index] == BTN_LEFT || in ati_remote2_input_key() 586 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in ati_remote2_input_init()
|
D | xen-kbdfront.c | 180 for (i = BTN_LEFT; i <= BTN_TASK; i++) in xenkbd_probe()
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 287 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/drivers/platform/chrome/ |
D | chromeos_laptop.c | 107 BTN_LEFT
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 210 input_report_key(dev, BTN_LEFT, sdata[0] & 0x01); in hidp_input_report() 689 input->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) | in hidp_setup_input()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 495 #define BTN_LEFT 0x110 macro
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5250-spring.dts | 347 BTN_LEFT>;
|
D | exynos5420-peach-pit.dts | 661 BTN_LEFT>; /* GPIO3 */
|
D | exynos5800-peach-pi.dts | 622 BTN_LEFT /* GPIO 2 */
|
D | tegra124-venice2.dts | 616 linux,gpio-keymap = <0 0 0 BTN_LEFT>;
|
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 311 REL_{X,Y} must be reported when the mouse moves. BTN_LEFT must be used to report
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 561 .keycode = BTN_LEFT,
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 2432 BTN_LEFT
|