Searched refs:BTN_BACK (Results 1 – 7 of 7) sorted by relevance
472 BTN_BACK = 0x116 variable1172 BTN_BACK : 'BACK',
309 #define BTN_BACK 0x116 macro
361 #define BTN_BACK 0x116 macro
171 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
1823 #if defined(BTN_BACK) || (defined(HAVE_DECL_BTN_BACK) && HAVE_DECL_BTN_BACK)1825 static_assert((BTN_BACK) == (0x116), "BTN_BACK != 0x116");1828 # define BTN_BACK 0x1164133 [BTN_BACK] = XLAT(BTN_BACK),
291 BTN_BACK 0x116
318 pub const BTN_BACK: u16 = 0x116; constant