Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Dhid-generic.c61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
A Dhid-glorious.c57 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in glorious_probe()
A Dhid-chicony.c120 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ch_probe()
A Dhid-microsoft.c383 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
A Dhid-input.c1734 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
1978 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
A Dhid-multitouch.c1740 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
1746 hdev->quirks &= ~HID_QUIRK_INPUT_PER_APP; in mt_probe()
A Dhid-lg-g15.c761 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in lg_g15_probe()
A Dhid-logitech-dj.c1784 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
/linux/include/linux/
A Dhid.h351 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro

Completed in 22 milliseconds