Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h599 #define KEY_CONTROLPANEL 0x243 /* AL Control Panel */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h610 #define KEY_CONTROLPANEL 0x243 /* AL Control Panel */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h610 #define KEY_CONTROLPANEL 0x243 /* AL Control Panel */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h610 #define KEY_CONTROLPANEL 0x243 /* AL Control Panel */ macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c967 [KEY_CONTROLPANEL] = "ControlPanel",
H A Dwacom_wac.c650 input_report_key(input, KEY_CONTROLPANEL, menu); in wacom_intuos_pad()
2118 wacom_map_usage(input, usage, field, EV_KEY, KEY_CONTROLPANEL, 0); in wacom_wac_pad_usage_mapping()
4248 __set_bit(KEY_CONTROLPANEL, input_dev->keybit); in wacom_setup_pad_input_capabilities()
H A Dhid-input.c1205 case 0x19f: map_key_clear(KEY_CONTROLPANEL); break; in hidinput_configure_usage()