Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-input.c1582 report->tool_active |= !!value; in hidinput_hid_event()
1607 report->tool_active |= !!value; in hidinput_hid_event()
1614 else if (!report->tool_active) in hidinput_hid_event()
1622 report->tool_active |= !!value; in hidinput_hid_event()
1624 if (report->tool_active) { in hidinput_hid_event()
1639 report->tool_active = false; in hidinput_hid_event()
1645 report->tool_active |= !!value; in hidinput_hid_event()
1660 report->tool_active = true; in hidinput_hid_event()
/linux-6.6.21/include/linux/
Dhid.h539 bool tool_active; /* whether the current tool is active */ member