Home
last modified time | relevance | path

Searched refs:HID_MAIN_ITEM_CONSTANT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dhid.h98 #define HID_MAIN_ITEM_CONSTANT 0x001 macro
/linux-4.1.27/drivers/hid/
Dhid-debug.c616 seq_printf(f, "%s", HID_MAIN_ITEM_CONSTANT & j ? "Constant " : ""); in hid_dump_field()
Dhid-input.c498 if (field->flags & HID_MAIN_ITEM_CONSTANT) in hidinput_configure_usage()
Dhid-core.c737 if (data & HID_MAIN_ITEM_CONSTANT) in hid_scan_main()