Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-generic.c61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
Dhid-glorious.c57 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in glorious_probe()
Dhid-chicony.c120 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ch_probe()
Dhid-microsoft.c383 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
Dhid-multitouch.c1748 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
1754 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
Dhid-lg-g15.c761 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in lg_g15_probe()
Dhid-input.c1933 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
2238 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
Dhid-logitech-dj.c1785 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
/linux-6.1.9/include/linux/
Dhid.h352 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro