Searched refs:KEY_PVR (Results 1 – 7 of 7) sorted by relevance
383 #define KEY_PVR 0x16e /* Media Select Home */ macro
436 #define KEY_PVR 0x16e /* Media Select Home */ macro
200 [KEY_EPG] = "EPG", [KEY_PVR] = "PVR",
2257 #if defined(KEY_PVR) || (defined(HAVE_DECL_KEY_PVR) && HAVE_DECL_KEY_PVR)2259 static_assert((KEY_PVR) == (0x16e), "KEY_PVR != 0x16e");2262 # define KEY_PVR 0x16e4200 [KEY_PVR] = XLAT(KEY_PVR),
358 KEY_PVR 0x16e
543 KEY_PVR = 0x16e # Media Select Home variable
393 pub const KEY_PVR: u16 = 0x16e; constant