Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/common/
Dhid.h126 struct hid_parser struct
128 const uint8_t *report_desc; // 指向report descriptor的指
129 int report_desc_size; // report descriptor的大小(字节
130 int pos; // report_desc中,当前正在处理的位
131 uint8_t item; // 暂存当前的item
132 uint32_t value; // 暂存当前的
134 struct hid_data_t data; // 存储当前的环
136 int offset_table[HID_MAX_REPORT][3]; // 存储 hid report的ID、type、offset
137 int report_count; // hid report的数
138 int count; // local items的计
[all …]