Home
last modified time | relevance | path

Searched refs:HID_MAIN_ITEM_RELATIVE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/
H A Dhid-glorious.c37 HID_MAIN_ITEM_VARIABLE | HID_MAIN_ITEM_RELATIVE; in glorious_report_fixup()
H A Dhid-lg.c688 (field->flags & HID_MAIN_ITEM_RELATIVE)) in lg_input_mapped()
689 field->flags &= ~HID_MAIN_ITEM_RELATIVE; in lg_input_mapped()
H A Dhid-debug.c3041 seq_printf(f, "%s", HID_MAIN_ITEM_RELATIVE & j ? "Relative " : "Absolute "); in hid_dump_field()
H A Dwacom_wac.c2077 if (field->flags & HID_MAIN_ITEM_RELATIVE) { in wacom_wac_pad_usage_mapping()
2159 !(field->flags & HID_MAIN_ITEM_RELATIVE); in wacom_wac_pad_event()
2214 else if (field->flags & HID_MAIN_ITEM_RELATIVE) { in wacom_wac_pad_event()
/linux/include/linux/
H A Dhid.h93 #define HID_MAIN_ITEM_RELATIVE 0x004 macro