Searched refs:BTN_BACK (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/input/joystick/ |
D | n64joy.c | 168 input_report_key(dev, BTN_BACK, data[i].c_down); in n64joy_poll() 297 input_set_capability(dev, EV_KEY, BTN_BACK); in n64joy_probe()
|
/linux-6.1.9/drivers/input/mouse/ |
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()
|
D | synaptics.c | 981 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons() 1084 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet() 1086 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet() 1345 input_set_capability(dev, EV_KEY, BTN_BACK); in set_input_params()
|
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()
|
D | elantech.c | 377 input_report_key(dev, BTN_BACK, packet[0] & 0x80); in elantech_report_absolute_v1() 1194 __set_bit(BTN_BACK, dev->keybit); in elantech_set_input_params()
|
D | alps.c | 343 input_report_key(dev, BTN_BACK, back); in alps_process_packet_v1_v2() 3076 dev1->keybit[BIT_WORD(BTN_BACK)] |= BIT_MASK(BTN_BACK); in alps_init()
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/linux-6.1.9/drivers/hid/ |
D | wacom_wac.c | 438 input_report_key(pad_input, BTN_BACK, (data[7] & 0x40)); in wacom_graphire_irq() 453 input_report_key(pad_input, BTN_BACK, (data[7] & 0x08)); in wacom_graphire_irq() 3031 input_report_key(pad_input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt_touch() 3088 input_report_key(input, BTN_BACK, (data[1] & 0x08) != 0); in wacom_bpt3_button_msg() 3090 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt3_button_msg() 4206 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4214 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4316 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
D | hid-debug.c | 887 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
|
D | hid-logitech-hidpp.c | 2986 input_report_key(hidpp->input, BTN_BACK, 1); in m560_raw_event() 2989 input_report_key(hidpp->input, BTN_BACK, 0); in m560_raw_event() 3050 __set_bit(BTN_BACK, input_dev->keybit); in m560_populate_input()
|
/linux-6.1.9/drivers/input/ |
D | mousedev.c | 243 case BTN_BACK: in mousedev_key_event()
|