Searched refs:s_esp_hidh_devices (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | esp_hidh.c | 20 static esp_hidh_dev_head_t s_esp_hidh_devices; variable 52 TAILQ_FOREACH(d, &s_esp_hidh_devices, devices) { in esp_hidh_dev_exists() 75 TAILQ_INIT(&s_esp_hidh_devices); in esp_hidh_init() 131 if (!TAILQ_EMPTY(&s_esp_hidh_devices)) { in esp_hidh_deinit() 151 TAILQ_INIT(&s_esp_hidh_devices); in esp_hidh_deinit() 699 TAILQ_INSERT_TAIL(&s_esp_hidh_devices, dev, devices); in esp_hidh_dev_malloc() 725 TAILQ_FOREACH_SAFE(d, &s_esp_hidh_devices, devices, next) { in esp_hidh_dev_free_inner() 727 TAILQ_REMOVE(&s_esp_hidh_devices, d, devices); in esp_hidh_dev_free_inner() 747 TAILQ_FOREACH_SAFE(d, &s_esp_hidh_devices, devices, next) { in esp_hidh_dev_delay_free() 749 TAILQ_REMOVE(&s_esp_hidh_devices, d, devices); in esp_hidh_dev_delay_free() [all …]
|