Home
last modified time | relevance | path

Searched refs:BTN_TASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dlogips2pp.c72 input_report_key(dev, BTN_TASK, packet[2] & BIT(2)); in ps2pp_process_byte()
283 input_set_capability(input_dev, EV_KEY, BTN_TASK); in ps2pp_set_model_properties()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h361 #define BTN_TASK 0x117 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h363 #define BTN_TASK 0x117 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h363 #define BTN_TASK 0x117 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h363 #define BTN_TASK 0x117 macro
/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c316 for (i = BTN_LEFT; i <= BTN_TASK; i++) in xenkbd_probe()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c887 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",