Searched refs:BTN_TRIGGER (Results 1 – 7 of 7) sorted by relevance
476 BTN_TRIGGER = 0x120 variable1174 BTN_TRIGGER : 'TRIGGER',
313 #define BTN_TRIGGER 0x120 macro
365 #define BTN_TRIGGER 0x120 macro
172 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
1837 #if defined(BTN_TRIGGER) || (defined(HAVE_DECL_BTN_TRIGGER) && HAVE_DECL_BTN_TRIGGER)1839 static_assert((BTN_TRIGGER) == (0x120), "BTN_TRIGGER != 0x120");1842 # define BTN_TRIGGER 0x1204136 [BTN_TRIGGER] = XLAT(BTN_TRIGGER),
294 BTN_TRIGGER 0x120
322 pub const BTN_TRIGGER: u16 = 0x120; constant