Searched refs:KEY_PC (Results 1 – 7 of 7) sorted by relevance
393 #define KEY_PC 0x178 /* Media Select Computer */ macro
449 #define KEY_PC 0x178 /* Media Select Computer */ macro
205 [KEY_SCREEN] = "Screen", [KEY_PC] = "PC",
2327 #if defined(KEY_PC) || (defined(HAVE_DECL_KEY_PC) && HAVE_DECL_KEY_PC)2329 static_assert((KEY_PC) == (0x178), "KEY_PC != 0x178");2332 # define KEY_PC 0x1784210 [KEY_PC] = XLAT(KEY_PC),
368 KEY_PC 0x178
560 KEY_PC = 0x178 # Media Select Computer variable
403 pub const KEY_PC: u16 = 0x178; constant