Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 7 of 7) sorted by relevance
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()
2047 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()2352 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
2001 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()2007 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
2422 hdev->quirks |= HID_QUIRK_INPUT_PER_APP | HID_QUIRK_MULTI_INPUT; in hid_go_probe()
407 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro