Searched refs:BTN_EAST (Results 1 – 6 of 6) sorted by relevance
330 #define BTN_EAST 0x131 macro331 #define BTN_B BTN_EAST
382 #define BTN_EAST 0x131 macro383 #define BTN_B BTN_EAST
339 pub const BTN_EAST: u16 = 0x131; constant340 pub const BTN_B: u16 = BTN_EAST;
1935 #if defined(BTN_EAST) || (defined(HAVE_DECL_BTN_EAST) && HAVE_DECL_BTN_EAST)1937 static_assert((BTN_EAST) == (0x131), "BTN_EAST != 0x131");1940 # define BTN_EAST 0x1314151 [BTN_EAST] = XLAT(BTN_EAST),
309 BTN_EAST 0x131
6984 (BTN_B): Remove, an alternative name for BTN_EAST.