Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 9 of 9) sorted by relevance
61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
67 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in glorious_probe()
120 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ch_probe()
383 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
1772 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()1778 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
762 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in lg_g15_probe()
2018 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()2323 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
1788 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
378 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro