Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-input.c1506 report->tool_active |= !!value; in hidinput_hid_event()
1522 report->tool_active |= !!value; in hidinput_hid_event()
1529 else if (!report->tool_active) in hidinput_hid_event()
1537 report->tool_active |= !!value; in hidinput_hid_event()
1539 if (report->tool_active) { in hidinput_hid_event()
1554 report->tool_active = false; in hidinput_hid_event()
1560 report->tool_active |= !!value; in hidinput_hid_event()
1575 report->tool_active = true; in hidinput_hid_event()
/linux-6.1.9/include/linux/
Dhid.h512 bool tool_active; /* whether the current tool is active */ member