Home
last modified time | relevance | path

Searched refs:BTN_BACK (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/input/joystick/
H A Dn64joy.c168 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 Dlogips2pp.c73 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 Dsentelic.c823 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 Delantech.c377 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 Dlinux-event-codes.h363 #define BTN_BACK 0x116
362 #define BTN_BACK global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h363 #define BTN_BACK 0x116 macro
/linux/drivers/input/
H A Dmousedev.c243 case BTN_BACK: in mousedev_key_event()
/linux/drivers/hid/
H A Dhid-debug.c3282 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",