Searched refs:BTN_FORWARD (Results 1 – 7 of 7) sorted by relevance
471 BTN_FORWARD = 0x115 variable1171 BTN_FORWARD : 'FORWARD',
308 #define BTN_FORWARD 0x115 macro
360 #define BTN_FORWARD 0x115 macro
170 [BTN_EXTRA] = "ExtraBtn", [BTN_FORWARD] = "ForwardBtn",
1816 #if defined(BTN_FORWARD) || (defined(HAVE_DECL_BTN_FORWARD) && HAVE_DECL_BTN_FORWARD)1818 static_assert((BTN_FORWARD) == (0x115), "BTN_FORWARD != 0x115");1821 # define BTN_FORWARD 0x1154132 [BTN_FORWARD] = XLAT(BTN_FORWARD),
290 BTN_FORWARD 0x115
317 pub const BTN_FORWARD: u16 = 0x115; constant