Home
last modified time | relevance | path

Searched refs:KEY_ALL_APPLICATIONS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dinput-event-codes.h281 #define KEY_ALL_APPLICATIONS 204 /* AC Desktop Show All Applications */ macro
282 #define KEY_DASHBOARD KEY_ALL_APPLICATIONS
/Linux-v6.1/include/dt-bindings/input/
Dlinux-event-codes.h281 #define KEY_ALL_APPLICATIONS 204 /* AC Desktop Show All Applications */ macro
282 #define KEY_DASHBOARD KEY_ALL_APPLICATIONS
/Linux-v6.1/drivers/hid/
Dhid-debug.c864 [KEY_ALL_APPLICATIONS] = "AllApplications",
Dhid-input.c1181 case 0x2a2: map_key_clear(KEY_ALL_APPLICATIONS); break; in hidinput_configure_usage()