/openbmc/linux/drivers/input/joystick/ |
H A D | n64joy.c | 167 input_report_key(dev, BTN_FORWARD, data[i].c_up); in n64joy_poll() 296 input_set_capability(dev, EV_KEY, BTN_FORWARD); in n64joy_probe()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | logips2pp.c | 74 input_report_key(dev, BTN_FORWARD, packet[2] & BIT(4)); in ps2pp_process_byte() 286 input_set_capability(input_dev, EV_KEY, BTN_FORWARD); in ps2pp_set_model_properties()
|
H A D | synaptics.c | 1011 input_report_key(dev, BTN_FORWARD, hw->up); in synaptics_report_buttons() 1122 input_report_key(dev, BTN_FORWARD, !hw.up); in synaptics_process_packet() 1124 input_report_key(dev, BTN_FORWARD, hw.up); in synaptics_process_packet() 1374 input_set_capability(dev, EV_KEY, BTN_FORWARD); in set_input_params()
|
H A D | sentelic.c | 824 input_report_key(dev, BTN_FORWARD, rscroll); in fsp_process_byte() 928 __set_bit(BTN_FORWARD, dev->keybit); in fsp_set_input_params()
|
H A D | elantech.c | 375 input_report_key(dev, BTN_FORWARD, packet[0] & 0x40); in elantech_report_absolute_v1() 1194 __set_bit(BTN_FORWARD, dev->keybit); in elantech_set_input_params()
|
H A D | alps.c | 342 input_report_key(dev, BTN_FORWARD, forward); in alps_process_packet_v1_v2() 3075 dev1->keybit[BIT_WORD(BTN_FORWARD)] |= BIT_MASK(BTN_FORWARD); in alps_init()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 359 #define BTN_FORWARD 0x115 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 361 #define BTN_FORWARD 0x115 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 361 #define BTN_FORWARD 0x115 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 361 #define BTN_FORWARD 0x115 macro
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 444 input_report_key(pad_input, BTN_FORWARD, (data[7] & 0x80)); in wacom_graphire_irq() 460 input_report_key(pad_input, BTN_FORWARD, (data[7] & 0x10)); in wacom_graphire_irq() 3050 input_report_key(pad_input, BTN_FORWARD, (data[1] & 0x04) != 0); in wacom_bpt_touch() 3113 input_report_key(input, BTN_FORWARD, (data[1] & 0x04) != 0); in wacom_bpt3_button_msg() 4222 __set_bit(BTN_FORWARD, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4229 __set_bit(BTN_FORWARD, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4329 __set_bit(BTN_FORWARD, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
H A D | hid-debug.c | 886 [BTN_EXTRA] = "ExtraBtn", [BTN_FORWARD] = "ForwardBtn",
|
H A D | hid-logitech-hidpp.c | 3259 input_report_key(hidpp->input, BTN_FORWARD, 1); in m560_raw_event() 3266 input_report_key(hidpp->input, BTN_FORWARD, 0); in m560_raw_event() 3327 __set_bit(BTN_FORWARD, input_dev->keybit); in m560_populate_input()
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 238 case BTN_FORWARD: in mousedev_key_event()
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 450 meaningful buttons, like BTN_FORWARD, unless the button is labeled for that
|