Home
last modified time | relevance | path

Searched refs:BTN_BACK (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/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 Dsynaptics.c980 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 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 Dalps.c343 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 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()
/kernel/linux/linux-6.6/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 Dsynaptics.c982 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 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 Dalps.c343 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 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()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dn64joy.c168 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 Dwacom_wac.c443 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 Dhid-logitech-hidpp.c2751 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 Dwacom_wac.c443 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 Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h316 #define BTN_BACK 0x116 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput-event-codes.h316 #define BTN_BACK 0x116 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput-event-codes.h303 #define BTN_BACK 0x116 macro
/kernel/linux/linux-5.10/drivers/input/
H A Dmousedev.c243 case BTN_BACK: in mousedev_key_event()
/kernel/linux/linux-6.6/drivers/input/
H A Dmousedev.c243 case BTN_BACK: in mousedev_key_event()

Completed in 64 milliseconds

12