Home
last modified time | relevance | path

Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hid/
H A Dhid-glorious.c67 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in glorious_probe()
H A Dhid-chicony.c120 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ch_probe()
H A Dhid-microsoft.c383 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
H A Dhid-input.c2047 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
2352 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
H A Dhid-multitouch.c2001 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
2007 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
H A Dhid-lenovo-go.c2422 hdev->quirks |= HID_QUIRK_INPUT_PER_APP | HID_QUIRK_MULTI_INPUT; in hid_go_probe()
/linux/include/linux/
H A Dhid.h407 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro