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

/linux-master/drivers/input/mouse/
H A Dlogips2pp.c73 input_report_key(dev, BTN_BACK, packet[2] & BIT(3));
287 input_set_capability(input_dev, EV_KEY, BTN_BACK);
H A Dsynaptics.c982 input_report_key(dev, BTN_BACK, hw->down);
1085 input_report_key(dev, BTN_BACK, !hw.down);
1087 input_report_key(dev, BTN_BACK, hw.down);
1346 input_set_capability(dev, EV_KEY, BTN_BACK);
H A Dsentelic.c823 input_report_key(dev, BTN_BACK, lscroll);
927 __set_bit(BTN_BACK, dev->keybit);
H A Dalps.c343 input_report_key(dev, BTN_BACK, back);
3076 dev1->keybit[BIT_WORD(BTN_BACK)] |= BIT_MASK(BTN_BACK);
H A Delantech.c377 input_report_key(dev, BTN_BACK, packet[0] & 0x80);
1195 __set_bit(BTN_BACK, dev->keybit);
/linux-master/drivers/input/joystick/
H A Dn64joy.c168 input_report_key(dev, BTN_BACK, data[i].c_down);
297 input_set_capability(dev, EV_KEY, BTN_BACK);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h362 #define BTN_BACK 0x116 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h362 #define BTN_BACK 0x116 macro
/linux-master/drivers/hid/
H A Dwacom_wac.c443 input_report_key(pad_input, BTN_BACK, (data[7] & 0x40));
458 input_report_key(pad_input, BTN_BACK, (data[7] & 0x08));
3051 input_report_key(pad_input, BTN_BACK, (data[1] & 0x02) != 0);
3108 input_report_key(input, BTN_BACK, (data[1] & 0x08) != 0);
3110 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0);
4220 __set_bit(BTN_BACK, input_dev->keybit);
4228 __set_bit(BTN_BACK, input_dev->keybit);
4330 __set_bit(BTN_BACK, input_dev->keybit);
H A Dhid-debug.c887 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
H A Dhid-logitech-hidpp.c3258 input_report_key(hidpp->input, BTN_BACK, 1);
3261 input_report_key(hidpp->input, BTN_BACK, 0);
3322 __set_bit(BTN_BACK, input_dev->keybit);
/linux-master/drivers/input/
H A Dmousedev.c243 case BTN_BACK:

Completed in 280 milliseconds