Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-input.c1628 report->tool_active |= !!value; in hidinput_hid_event()
1653 report->tool_active |= !!value; in hidinput_hid_event()
1660 else if (!report->tool_active) in hidinput_hid_event()
1661 /* tool_active not set means Invert and Eraser are not set */ in hidinput_hid_event()
1668 report->tool_active |= !!value; in hidinput_hid_event()
1670 if (report->tool_active) { in hidinput_hid_event()
1684 /* reset tool_active for the next event */ in hidinput_hid_event()
1685 report->tool_active = false; in hidinput_hid_event()
1691 report->tool_active |= !!value; in hidinput_hid_event()
1706 report->tool_active in hidinput_hid_event()
[all...]
/linux/include/linux/
H A Dhid.h577 bool tool_active; /* whether the current tool is active */ member