| /linux/drivers/media/rc/keymaps/ |
| H A D | rc-imon-pad.c | 108 { 0x01020000, BTN_RIGHT }, 110 { 0x01020080, BTN_RIGHT }, 112 { 0x688481b7, BTN_RIGHT },
|
| H A D | rc-cinergy.c | 39 { 0x1a, BTN_RIGHT, },
|
| H A D | rc-imon-rsc.c | 43 { 0x80101d, BTN_RIGHT },
|
| /linux/drivers/input/mouse/ |
| H A D | atarimouse.c | 82 input_report_key(atamouse_dev, BTN_RIGHT, buttons & 0x1); in atamouse_interrupt() 133 BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in atamouse_init()
|
| H A D | rpcmouse.c | 55 input_report_key(dev, BTN_RIGHT, b & 0x10); in rpcmouse_irq() 80 BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in rpcmouse_init()
|
| H A D | vsxxxaa.c | 242 input_report_key(dev, BTN_RIGHT, right); in vsxxxaa_handle_REL_packet() 294 input_report_key(dev, BTN_RIGHT, right); in vsxxxaa_handle_ABS_packet() 347 input_report_key(dev, BTN_RIGHT, right); in vsxxxaa_handle_POR_packet() 480 __set_bit(BTN_RIGHT, input_dev->keybit); in vsxxxaa_connect()
|
| H A D | amimouse.c | 63 input_report_key(dev, BTN_RIGHT, potgor & 0x0400); in amimouse_interrupt() 112 BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in amimouse_probe()
|
| H A D | sermouse.c | 53 input_report_key(dev, BTN_RIGHT, !(data & 1)); in sermouse_process_msc() 99 input_report_key(dev, BTN_RIGHT, (data >> 4) & 1); in sermouse_process_ms() 253 BIT_MASK(BTN_RIGHT); in sermouse_connect()
|
| H A D | maplemouse.c | 42 input_report_key(dev, BTN_RIGHT, buttons & 2); in dc_mouse_callback() 93 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE); in probe_maple_mouse()
|
| H A D | gpio_mouse.c | 58 input_report_key(input, BTN_RIGHT, in gpio_mouse_scan() 129 input_set_capability(input, EV_KEY, BTN_RIGHT); in gpio_mouse_probe()
|
| H A D | vmmouse.c | 175 pref_dev, BTN_RIGHT, in vmmouse_report_events() 439 input_set_capability(abs_dev, EV_KEY, BTN_RIGHT); in vmmouse_init()
|
| H A D | byd.c | 247 input_report_key(dev, BTN_RIGHT, priv->btn_right); in byd_report_input() 492 __set_bit(BTN_RIGHT, dev->keybit); in byd_init()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 610 expected_event = libevdev.InputEvent(libevdev.EV_KEY.BTN_RIGHT, 1) 614 assert evdev.value[libevdev.EV_KEY.BTN_RIGHT] == 1 617 expected_event = libevdev.InputEvent(libevdev.EV_KEY.BTN_RIGHT, 0) 621 assert evdev.value[libevdev.EV_KEY.BTN_RIGHT] == 0 653 expected_event1 = libevdev.InputEvent(libevdev.EV_KEY.BTN_RIGHT, 1) 659 assert evdev.value[libevdev.EV_KEY.BTN_RIGHT] == 1 667 assert evdev.value[libevdev.EV_KEY.BTN_RIGHT] == 1 671 expected_event = libevdev.InputEvent(libevdev.EV_KEY.BTN_RIGHT, 0) 675 assert evdev.value[libevdev.EV_KEY.BTN_RIGHT] == 0
|
| /linux/drivers/input/joystick/ |
| H A D | a3d.c | 107 input_report_key(dev, BTN_RIGHT, data[2] & 1); in a3d_read() 127 input_report_key(dev, BTN_RIGHT, data[2] & 1); in a3d_read() 314 input_dev->keybit[BIT_WORD(BTN_MOUSE)] |= BIT_MASK(BTN_RIGHT) | in a3d_connect() 337 input_dev->keybit[BIT_WORD(BTN_MOUSE)] |= BIT_MASK(BTN_RIGHT) | in a3d_connect()
|
| H A D | n64joy.c | 170 input_report_key(dev, BTN_RIGHT, data[i].c_right); in n64joy_poll() 292 input_set_capability(dev, EV_KEY, BTN_RIGHT); in n64joy_probe()
|
| H A D | amijoy.c | 123 BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in amijoy_init()
|
| /linux/drivers/macintosh/ |
| H A D | mac_hid.c | 53 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_MIDDLE) | BIT_MASK(BTN_RIGHT); in mac_hid_create_emumouse() 84 btn = BTN_RIGHT; in mac_hid_emumouse_filter()
|
| /linux/drivers/input/tablet/ |
| H A D | kbtab.c | 65 input_report_key(dev, BTN_RIGHT, data[0] & 0x02); in kbtab_irq() 155 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT); in kbtab_probe()
|
| H A D | wacom_serial4.c | 355 input_report_key(wacom->dev, BTN_RIGHT, button & 2); in wacom_handle_packet() 549 set_bit(BTN_RIGHT, input_dev->keybit); in wacom_connect()
|
| /linux/drivers/hid/usbhid/ |
| H A D | usbmouse.c | 69 input_report_key(dev, BTN_RIGHT, data[0] & 0x02); in usb_mouse_irq() 169 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE); in usb_mouse_probe()
|
| /linux/drivers/hid/ |
| H A D | hid-magicmouse.c | 180 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons() 208 input_report_key(msc->input, BTN_RIGHT, state & 2); in magicmouse_emit_buttons() 566 __set_bit(BTN_RIGHT, input->keybit); in magicmouse_setup_input() 604 __clear_bit(BTN_RIGHT, input->keybit); in magicmouse_setup_input() 618 __clear_bit(BTN_RIGHT, input->keybit); in magicmouse_setup_input()
|
| H A D | wacom_wac.c | 404 input_report_key(input, BTN_RIGHT, data[1] & 0x02); in wacom_graphire_irq() 461 input_report_key(pad_input, BTN_RIGHT, (data[7] & 0x40)); in wacom_graphire_irq() 753 input_report_key(input, BTN_RIGHT, 0); in wacom_exit_report() 955 input_report_key(input, BTN_RIGHT, data[8] & 0x04); in wacom_intuos_general() 967 input_report_key(input, BTN_RIGHT, data[6] & 0x04); in wacom_intuos_general() 983 input_report_key(input, BTN_RIGHT, data[8] & 0x10); in wacom_intuos_general() 997 input_report_key(input, BTN_RIGHT, data[8] & 0x04); in wacom_intuos_general() 3098 input_report_key(pad_input, BTN_RIGHT, (data[1] & 0x01) != 0); in wacom_bpt_touch() 3160 input_report_key(input, BTN_RIGHT, (data[1] & 0x01) != 0); in wacom_bpt3_button_msg() 3344 input_report_key(input, BTN_RIGHT, prefix & 0x80); in wacom_bamboo_pad_touch_event() [all …]
|
| /linux/drivers/misc/ibmasm/ |
| H A D | remote.c | 152 input_report_key(dev, BTN_RIGHT, buttons & REMOTE_BUTTON_RIGHT); in send_mouse_event() 222 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE); in ibmasm_init_remote_input_dev()
|
| /linux/drivers/input/misc/ |
| H A D | ati_remote2.c | 175 { 0xaa, BTN_RIGHT }, 375 ar2->keycode[mode][index] == BTN_RIGHT) in ati_remote2_input_key() 553 BIT_MASK(BTN_RIGHT); in ati_remote2_input_init()
|
| /linux/drivers/input/tests/ |
| H A D | input_test.c | 29 input_set_capability(input_dev, EV_KEY, BTN_RIGHT); in input_test_init()
|