Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c63 static temp_hid_report_map_t *s_temp_hid_report_map; variable
78 if (s_temp_hid_report_map == NULL) { in handle_report()
79 s_temp_hid_report_map = (temp_hid_report_map_t *)calloc(1, sizeof(temp_hid_report_map_t)); in handle_report()
80 if (s_temp_hid_report_map == NULL) { in handle_report()
85 temp_hid_report_map_t *map = s_temp_hid_report_map; in handle_report()
369 free(s_temp_hid_report_map); in esp_hid_parse_report_map()
370 s_temp_hid_report_map = NULL; in esp_hid_parse_report_map()
374 temp_hid_report_map_t *map = s_temp_hid_report_map; in esp_hid_parse_report_map()
380 free(s_temp_hid_report_map); in esp_hid_parse_report_map()
381 s_temp_hid_report_map = NULL; in esp_hid_parse_report_map()
[all …]