/kernel/linux/linux-5.10/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 | synaptics.c | 980 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons() 1083 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet() 1085 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet() 1341 input_set_capability(dev, EV_KEY, BTN_BACK); in set_input_params()
|
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 | 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()
|
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()
|
/kernel/linux/linux-6.6/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 | synaptics.c | 982 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons() 1085 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet() 1087 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet() 1346 input_set_capability(dev, EV_KEY, BTN_BACK); in set_input_params()
|
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 | 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()
|
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()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_wac.c | 443 input_report_key(pad_input, BTN_BACK, (data[7] & 0x40)); in wacom_graphire_irq() 458 input_report_key(pad_input, BTN_BACK, (data[7] & 0x08)); in wacom_graphire_irq() 2983 input_report_key(pad_input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt_touch() 3040 input_report_key(input, BTN_BACK, (data[1] & 0x08) != 0); in wacom_bpt3_button_msg() 3042 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt3_button_msg() 4159 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4167 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4269 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
H A D | hid-logitech-hidpp.c | 2751 input_report_key(hidpp->input, BTN_BACK, 1); in m560_raw_event() 2754 input_report_key(hidpp->input, BTN_BACK, 0); in m560_raw_event() 2815 __set_bit(BTN_BACK, input_dev->keybit); in m560_populate_input()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_wac.c | 443 input_report_key(pad_input, BTN_BACK, (data[7] & 0x40)); in wacom_graphire_irq() 458 input_report_key(pad_input, BTN_BACK, (data[7] & 0x08)); in wacom_graphire_irq() 3041 input_report_key(pad_input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt_touch() 3098 input_report_key(input, BTN_BACK, (data[1] & 0x08) != 0); in wacom_bpt3_button_msg() 3100 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt3_button_msg() 4210 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4218 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities() 4320 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_pad_input_capabilities()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 362 #define BTN_BACK 0x116 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 316 #define BTN_BACK 0x116 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 316 #define BTN_BACK 0x116 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 303 #define BTN_BACK 0x116 macro
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | mousedev.c | 243 case BTN_BACK: in mousedev_key_event()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | mousedev.c | 243 case BTN_BACK: in mousedev_key_event()
|