Searched refs:KEY_DVD (Results 1 – 7 of 7) sorted by relevance
406 #define KEY_DVD 0x185 /* Media Select DVD */ macro
462 #define KEY_DVD 0x185 /* Media Select DVD */ macro
212 [KEY_DVD] = "DVD", [KEY_AUX] = "Aux",
2418 #if defined(KEY_DVD) || (defined(HAVE_DECL_KEY_DVD) && HAVE_DECL_KEY_DVD)2420 static_assert((KEY_DVD) == (0x185), "KEY_DVD != 0x185");2423 # define KEY_DVD 0x1854223 [KEY_DVD] = XLAT(KEY_DVD),
381 KEY_DVD 0x185
573 KEY_DVD = 0x185 # Media Select DVD variable
416 pub const KEY_DVD: u16 = 0x185; constant