Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dhid.h99 struct hid_data_t struct
101 int value; // hid对象的
102 struct hid_path_t path; // hid path
104 int report_count; // count of reports for this usage type
105 int offset; // offset of data in report
106 int size; // size of data in bits
108 uint8_t report_id; // report id(from incoming report)
109 uint8_t type; // 数据类型:FEATURE / INPUT / OUTPUT
110 …te; // report field attribute. (2 = (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position))
134 struct hid_data_t data; // 存储当前的环境 argument