Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-generic.c64 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
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.c2003 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
2308 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
H A Dhid-multitouch.c1799 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
1805 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
H A Dhid-lg-g15.c762 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in lg_g15_probe()
H A Dhid-logitech-dj.c1788 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
/openbmc/linux/include/linux/
H A Dhid.h380 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro