Home
last modified time | relevance | path

Searched refs:HID_MAIN_ITEM_NULL_STATE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-debug.c650 seq_printf(f, "%s", HID_MAIN_ITEM_NULL_STATE & j ? "NullState " : ""); in hid_dump_field()
H A Dhid-input.c1554 if (field->flags & HID_MAIN_ITEM_NULL_STATE && in hidinput_hid_event()
/openbmc/linux/include/linux/
H A Dhid.h95 #define HID_MAIN_ITEM_NULL_STATE 0x040 macro