Home
last modified time | relevance | path

Searched defs:hid_parser (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dhid.h654 struct hid_parser { struct
655 struct hid_global global;
656 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];
657 unsigned int global_stack_ptr;
658 struct hid_local local;
659 unsigned int *collection_stack;
660 unsigned int collection_stack_ptr;
661 unsigned int collection_stack_size;
662 struct hid_device *device;
663 unsigned int scan_flags;
/kernel/linux/linux-6.6/include/linux/
Dhid.h716 struct hid_parser { struct
717 struct hid_global global;
718 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE];
719 unsigned int global_stack_ptr;
720 struct hid_local local;
721 unsigned int *collection_stack;
722 unsigned int collection_stack_ptr;
723 unsigned int collection_stack_size;
724 struct hid_device *device;
725 unsigned int scan_flags;