Searched refs:BTN_FORWARD (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | n64joy.c | 167 input_report_key(dev, BTN_FORWARD, data[i].c_up); in n64joy_poll() 293 input_set_capability(dev, EV_KEY, BTN_FORWARD); in n64joy_probe()
|
| /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 | 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()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 362 #define BTN_FORWARD 0x115 361 #define BTN_FORWARD global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 362 #define BTN_FORWARD 0x115 macro
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 238 case BTN_FORWARD: in mousedev_key_event()
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3281 [BTN_EXTRA] = "ExtraBtn", [BTN_FORWARD] = "ForwardBtn",
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 481 meaningful buttons, like BTN_FORWARD, unless the button is labeled for that
|