Searched refs:BTN_TASK (Results 1 – 7 of 7) sorted by relevance
473 BTN_TASK = 0x117 variable1173 BTN_TASK : 'TASK',
310 #define BTN_TASK 0x117 macro
362 #define BTN_TASK 0x117 macro
171 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
1830 #if defined(BTN_TASK) || (defined(HAVE_DECL_BTN_TASK) && HAVE_DECL_BTN_TASK)1832 static_assert((BTN_TASK) == (0x117), "BTN_TASK != 0x117");1835 # define BTN_TASK 0x1174134 [BTN_TASK] = XLAT(BTN_TASK),
292 BTN_TASK 0x117
319 pub const BTN_TASK: u16 = 0x117; constant