Home
last modified time | relevance | path

Searched refs:hid_node_t (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/common/
Dhid.h79 struct hid_node_t struct
92 struct hid_node_t node[HID_MAX_PATH_SIZE]; argument
141 struct hid_node_t usage_table[__HID_USAGE_TABLE_SIZE]; // Usage stack
/DragonOS-0.1.3/kernel/src/driver/hid/
Dhidparse.c98 … memmove(&parser->usage_table[js], &parser->usage_table[js + 1], sizeof(struct hid_node_t)); in __pop_usage_stack()
532 … (memcmp(found_data.path.node, data->path.node, data->path.size * sizeof(struct hid_node_t)) == 0)) in __find_object()