Lines Matching refs:BTN_TOOL_RUBBER
997 map_key_clear(BTN_TOOL_RUBBER);
1022 * Actual eraser (BTN_TOOL_RUBBER) is set and released either
1025 if (!test_bit(BTN_TOOL_RUBBER, input->keybit)) {
1027 set_bit(BTN_TOOL_RUBBER, input->keybit);
1585 * if eraser is set, we must enforce BTN_TOOL_RUBBER
1589 hid_report_set_tool(report, input, BTN_TOOL_RUBBER);
1590 else if (report->tool != BTN_TOOL_RUBBER)
1599 hid_report_release_tool(report, input, BTN_TOOL_RUBBER);
1610 * If invert is set, we store BTN_TOOL_RUBBER.
1613 hid_report_set_tool(report, input, BTN_TOOL_RUBBER);
1616 hid_report_release_tool(report, input, BTN_TOOL_RUBBER);
1648 if (report->tool == BTN_TOOL_RUBBER)