Home
last modified time | relevance | path

Searched refs:HID_QUIRK_Y_INVERT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h349 #define HID_QUIRK_Y_INVERT BIT(13) macro
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c1300 ((*quirks & HID_QUIRK_Y_INVERT) && usage->code == ABS_Y))) { in hidinput_hid_event()