Lines Matching refs:tool
1481 unsigned int tool) in hid_report_release_tool() argument
1484 if (!test_bit(tool, input->key)) in hid_report_release_tool()
1492 input_event(input, EV_KEY, tool, 0); in hid_report_release_tool()
1495 report->tool = 0; in hid_report_release_tool()
1501 if (report->tool != new_tool) in hid_report_set_tool()
1502 hid_report_release_tool(report, input, report->tool); in hid_report_set_tool()
1505 report->tool = new_tool; in hid_report_set_tool()
1575 else if (report->tool != BTN_TOOL_RUBBER) in hidinput_hid_event()
1614 if (!report->tool) in hidinput_hid_event()
1615 report->tool = usage->code; in hidinput_hid_event()
1618 hid_report_set_tool(report, input, report->tool); in hidinput_hid_event()
1633 if (report->tool == BTN_TOOL_RUBBER) in hidinput_hid_event()