Home
last modified time | relevance | path

Searched refs:BTN_RIGHT (Results 51 – 64 of 64) sorted by relevance

123

/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c430 ptr->btnmap[2] = BTN_RIGHT; in hil_dev_pointer_setup()
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c217 input_report_key(dev, BTN_RIGHT, sdata[0] & 0x02); in hidp_input_report()
696 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE); in hidp_setup_input()
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c28 [INPUT_BUTTON_RIGHT] = BTN_RIGHT,
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c975 input_report_key(dev, BTN_RIGHT, hw->right); in synaptics_report_buttons()
1273 input_set_capability(dev, EV_KEY, BTN_RIGHT); in set_input_params()
H A Dpsmouse-base.c130 input_report_key(dev, BTN_RIGHT, buttons & BIT(1)); in psmouse_report_standard_buttons()
971 input_set_capability(input_dev, EV_KEY, BTN_RIGHT); in psmouse_apply_defaults()
H A Dsentelic.c787 input_report_key(dev, BTN_RIGHT, packet[0] & 0x02); in fsp_process_byte()
H A Dcyapa_gen3.c1176 input_report_key(input, BTN_RIGHT, in cyapa_gen3_event_process()
H A Dcyapa.c501 __set_bit(BTN_RIGHT, input->keybit); in cyapa_create_input_dev()
H A Dcyapa_gen5.c2691 input_report_key(input, BTN_RIGHT, in cyapa_pip_report_buttons()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c884 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
H A Dhid-logitech-hidpp.c2966 input_set_capability(input_dev, EV_KEY, BTN_RIGHT); in wtp_populate_input()
3077 input_event(hidpp->input, EV_KEY, BTN_RIGHT, in wtp_raw_event()
3289 input_report_key(hidpp->input, BTN_RIGHT, in m560_raw_event()
3324 __set_bit(BTN_RIGHT, input_dev->keybit); in m560_populate_input()
/openbmc/linux/drivers/media/rc/
H A Dimon.c1367 input_report_key(ictx->idev, BTN_RIGHT, in imon_mouse_event()
2046 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT); in imon_init_idev()
/openbmc/linux/drivers/input/
H A Dmousedev.c235 case BTN_RIGHT: index = 1; break; in mousedev_key_event()
H A Djoydev.c882 __set_bit(BTN_RIGHT, jd_scratch); in joydev_dev_is_absolute_mouse()

123