Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 8 of 8) sorted by relevance
61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
57 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in glorious_probe()
383 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
717 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in lg_g15_probe()
1720 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()1726 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
1702 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()1936 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
1701 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
347 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro