Home
last modified time | relevance | path

Searched refs:new_tool (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-input.c1502 unsigned int new_tool) in hid_report_set_tool() argument
1504 if (report->tool != new_tool) in hid_report_set_tool()
1507 input_event(input, EV_KEY, new_tool, 1); in hid_report_set_tool()
1508 report->tool = new_tool; in hid_report_set_tool()