Searched refs:BTN_BACK (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | n64joy.c | 168 input_report_key(dev, BTN_BACK, data[i].c_down); in n64joy_poll() 294 input_set_capability(dev, EV_KEY, BTN_BACK); in n64joy_probe()
|
| /linux/drivers/input/mouse/ |
| H A D | logips2pp.c | 73 input_report_key(dev, BTN_BACK, packet[2] & BIT(3)); in ps2pp_process_byte() 287 input_set_capability(input_dev, EV_KEY, BTN_BACK); in ps2pp_set_model_properties()
|
| H A D | sentelic.c | 823 input_report_key(dev, BTN_BACK, lscroll); in fsp_process_byte() 927 __set_bit(BTN_BACK, dev->keybit); in fsp_set_input_params()
|
| H A D | elantech.c | 377 input_report_key(dev, BTN_BACK, packet[0] & 0x80); in elantech_report_absolute_v1() 1195 __set_bit(BTN_BACK, dev->keybit); in elantech_set_input_params()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 363 #define BTN_BACK 0x116 362 #define BTN_BACK global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 363 #define BTN_BACK 0x116 macro
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 243 case BTN_BACK: in mousedev_key_event()
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3282 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
|