Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c29 } temp_hid_report_map_t; typedef
63 static temp_hid_report_map_t *s_temp_hid_report_map;
65 static int add_report(temp_hid_report_map_t *map, esp_hid_report_item_t *item) in add_report()
79 s_temp_hid_report_map = (temp_hid_report_map_t *)calloc(1, sizeof(temp_hid_report_map_t)); in handle_report()
85 temp_hid_report_map_t *map = s_temp_hid_report_map; in handle_report()
87 memset(map, 0, sizeof(temp_hid_report_map_t)); in handle_report()
374 temp_hid_report_map_t *map = s_temp_hid_report_map; in esp_hid_parse_report_map()