Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 5 of 5) sorted by relevance
64 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
265 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
1523 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()1752 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
1698 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
353 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro