Searched refs:BTN_DEAD (Results 1 – 7 of 7) sorted by relevance
495 BTN_DEAD = 0x12f variable1193 BTN_DEAD : 'DEAD',
325 #define BTN_DEAD 0x12f macro
378 #define BTN_DEAD 0x12f macro
178 [BTN_DEAD] = "BtnDead", [BTN_A] = "BtnA",
1921 #if defined(BTN_DEAD) || (defined(HAVE_DECL_BTN_DEAD) && HAVE_DECL_BTN_DEAD)1923 static_assert((BTN_DEAD) == (0x12f), "BTN_DEAD != 0x12f");1926 # define BTN_DEAD 0x12f4148 [BTN_DEAD] = XLAT(BTN_DEAD),
306 BTN_DEAD 0x12f
334 pub const BTN_DEAD: u16 = 0x12f; constant