Searched refs:s_temp_hid_report_map (Results 1 – 1 of 1) sorted by relevance
63 static temp_hid_report_map_t *s_temp_hid_report_map; variable78 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 …]