Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-input.c1498 report->tool_active |= !!value; in hidinput_hid_event()
1514 report->tool_active |= !!value; in hidinput_hid_event()
1521 else if (!report->tool_active) in hidinput_hid_event()
1529 report->tool_active |= !!value; in hidinput_hid_event()
1531 if (report->tool_active) { in hidinput_hid_event()
1546 report->tool_active = false; in hidinput_hid_event()
1552 report->tool_active |= !!value; in hidinput_hid_event()
1567 report->tool_active = true; in hidinput_hid_event()
/Linux-v6.1/include/linux/
Dhid.h512 bool tool_active; /* whether the current tool is active */ member