Searched refs:add_report (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | esp_hid_common.c | 65 static int add_report(temp_hid_report_map_t *map, esp_hid_report_item_t *item) in add_report() function 101 if (add_report(map, &item) != 0) { in handle_report() 107 if (add_report(map, &item) != 0) { in handle_report() 119 if (add_report(map, &item) != 0) { in handle_report() 125 if (add_report(map, &item) != 0) { in handle_report() 140 if (add_report(map, &item) != 0) { in handle_report() 146 if (add_report(map, &item) != 0) { in handle_report() 180 if (add_report(map, &item) != 0) { in handle_report() 187 if (add_report(map, &item) != 0) { in handle_report() 194 if (add_report(map, &item) != 0) { in handle_report()
|