Searched refs:BTN_TOOL_RUBBER (Results 1 – 7 of 7) sorted by relevance
509 BTN_TOOL_RUBBER = 0x141 variable1203 BTN_TOOL_RUBBER : 'TOOL_RUBBER',
350 #define BTN_TOOL_RUBBER 0x141 macro
402 #define BTN_TOOL_RUBBER 0x141 macro
186 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
2040 #if defined(BTN_TOOL_RUBBER) || (defined(HAVE_DECL_BTN_TOOL_RUBBER) && HAVE_DECL_BTN_TOOL_RUBBER)2042 static_assert((BTN_TOOL_RUBBER) == (0x141), "BTN_TOOL_RUBBER != 0x141");2045 # define BTN_TOOL_RUBBER 0x1414167 [BTN_TOOL_RUBBER] = XLAT(BTN_TOOL_RUBBER),
325 BTN_TOOL_RUBBER 0x141
359 pub const BTN_TOOL_RUBBER: u16 = 0x141; constant