/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 23 void * regdma_link_new_continuous(void *backup, void *buff, int len, void *restore, void *next, boo… in regdma_link_new_continuous() argument 33 …link = regdma_link_init_continuous(link, buf, backup, len, restore, next, skip_b, skip_r, id, modu… in regdma_link_new_continuous() 39 …id *backup, void *buff, uint32_t bitmap[4], int len, void *restore, void *next, bool skip_b, bool … in regdma_link_new_addr_map() argument 49 …link = regdma_link_init_addr_map(link, buf, backup, bitmap, len, restore, next, skip_b, skip_r, id… in regdma_link_new_addr_map() 55 void * regdma_link_new_write(void *backup, uint32_t value, uint32_t mask, void *next, bool skip_b, … in regdma_link_new_write() argument 61 link = regdma_link_init_write(link, backup, value, mask, next, skip_b, skip_r, id, module); in regdma_link_new_write() 67 void * regdma_link_new_wait(void *backup, uint32_t value, uint32_t mask, void *next, bool skip_b, b… in regdma_link_new_wait() argument 73 link = regdma_link_init_wait(link, backup, value, mask, next, skip_b, skip_r, id, module); in regdma_link_new_wait() 79 …ous(void *backup, void *buff, int len, void *restore, regdma_entry_buf_t *next, bool skip_b, bool … in regdma_link_new_branch_continuous() argument 89 …link = regdma_link_init_branch_continuous(link, buf, backup, len, restore, next, skip_b, skip_r, i… in regdma_link_new_branch_continuous() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | list.h | 24 struct dl_list *next; member 30 list->next = list; in dl_list_init() 36 item->next = list->next; in dl_list_add() 38 list->next->prev = item; in dl_list_add() 39 list->next = item; in dl_list_add() 49 item->next->prev = item->prev; in dl_list_del() 50 item->prev->next = item->next; in dl_list_del() 51 item->next = NULL; in dl_list_del() 57 return list->next == list; in dl_list_empty() 64 for (item = list->next; item != list; item = item->next) in dl_list_len() [all …]
|
/hal_espressif-latest/components/bt/common/osi/ |
D | list.c | 8 struct list_node_t *next; member 123 node->next = prev_node->next; in list_insert_after() 125 prev_node->next = node; in list_insert_after() 142 node->next = list->head; in list_prepend() 161 node->next = NULL; in list_append() 167 list->tail->next = node; in list_append() 184 list_node_t *next = list_free_node(list, list->head); in list_remove() local 186 list->tail = next; in list_remove() 188 list->head = next; in list_remove() 192 …or (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->next) in list_remove() [all …]
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regdma_link.h | 34 void *restore, void *next, bool skip_b, bool skip_r, int id, uint32_t module) in regdma_link_init_continuous() argument 39 FILL_PLINK_HEAD(plink, len, REGDMA_LINK_MODE_CONTINUOUS, 0, skip_r, skip_b, !next); in regdma_link_init_continuous() 40 plink->body.next = next; in regdma_link_init_continuous() 59 int len, void *restore, void *next, bool skip_b, bool skip_r, int id, uint32_t module) in regdma_link_init_addr_map() argument 65 FILL_PLINK_HEAD(plink, len, REGDMA_LINK_MODE_ADDR_MAP, 0, skip_r, skip_b, !next); in regdma_link_init_addr_map() 66 plink->body.next = next; in regdma_link_init_addr_map() 81 uint32_t mask, void *next, bool skip_b, bool skip_r, int id, in regdma_link_init_write() argument 86 FILL_PLINK_HEAD(plink, 0, REGDMA_LINK_MODE_WRITE, 0, skip_r, skip_b, !next); in regdma_link_init_write() 87 plink->body.next = next; in regdma_link_init_write() 98 uint32_t mask, void *next, bool skip_b, bool skip_r, int id, in regdma_link_init_wait() argument [all …]
|
D | esp_regdma.h | 94 volatile void *next; member 102 volatile void *next; member 111 volatile void *next; member 119 regdma_entry_buf_t next; member 127 regdma_entry_buf_t next; member 136 regdma_entry_buf_t next; member 222 .next = NULL, \ 240 .next = NULL, \ 259 .next = NULL, \ 277 .next = NULL, \ [all …]
|
/hal_espressif-latest/components/newlib/ |
D | reent_init.c | 46 struct _Bigint *cur, *next; in esp_reent_cleanup() local 47 next = _REENT_MP_FREELIST(r)[i]; in esp_reent_cleanup() 48 while (next) { in esp_reent_cleanup() 49 cur = next; in esp_reent_cleanup() 50 next = next->_next; in esp_reent_cleanup() 79 struct _glue* next = cur->_next; in esp_reent_cleanup() local 80 prev->_next = next; in esp_reent_cleanup() 82 cur = next; in esp_reent_cleanup()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_slist.h | 29 struct _snode *next; member 247 return node->next; in sys_slist_peek_next_no_check() 273 node->next = list->head; in sys_slist_prepend() 292 node->next = NULL; in sys_slist_append() 298 list->tail->next = node; in sys_slist_append() 321 list->tail->next = (sys_snode_t *)head; in sys_slist_append_list() 358 } else if (!prev->next) { in sys_slist_insert() 361 node->next = prev->next; in sys_slist_insert() 362 prev->next = node; in sys_slist_insert() 380 list->head = node->next; in sys_slist_get_not_empty() [all …]
|
D | mesh_dlist.h | 34 struct _dnode *next; /* ptr to next node (sys_dnode_t) */ member 296 return (node == list->tail) ? NULL : node->next; in sys_dlist_peek_next_no_check() 341 node->next = list; in sys_dlist_append() 344 list->tail->next = node; in sys_dlist_append() 361 node->next = list->head; in sys_dlist_prepend() 388 node->next = insert_point->next; in sys_dlist_insert_after() 390 insert_point->next->prev = node; in sys_dlist_insert_after() 391 insert_point->next = node; in sys_dlist_insert_after() 416 node->next = insert_point; in sys_dlist_insert_before() 417 insert_point->prev->next = node; in sys_dlist_insert_before() [all …]
|
/hal_espressif-latest/components/esp_event/ |
D | esp_event.c | 68 SLIST_FOREACH(loop_it, &s_event_loops, next) { in esp_event_dump_prepare() 69 SLIST_FOREACH(loop_node_it, &(loop_it->loop_nodes), next) { in esp_event_dump_prepare() 70 SLIST_FOREACH(handler_it, &(loop_node_it->handlers), next) { in esp_event_dump_prepare() 74 SLIST_FOREACH(base_node_it, &(loop_node_it->base_nodes), next) { in esp_event_dump_prepare() 75 SLIST_FOREACH(handler_it, &(base_node_it->handlers), next) { in esp_event_dump_prepare() 78 SLIST_FOREACH(id_node_it, &(base_node_it->id_nodes), next) { in esp_event_dump_prepare() 79 SLIST_FOREACH(handler_it, &(id_node_it->handlers), next) { in esp_event_dump_prepare() 152 SLIST_FOREACH(loop_node, &(loop->loop_nodes), next) { in handler_execute() 153 SLIST_FOREACH(handler_node, &(loop_node->handlers), next) { in handler_execute() 183 SLIST_INSERT_HEAD(handlers, handler_instance, next); in handler_instances_add() [all …]
|
D | esp_event_private.c | 31 SLIST_FOREACH(loop_node, &(loop->loop_nodes), next) { in esp_event_is_handler_registered() 32 SLIST_FOREACH(handler, &(loop_node->handlers), next) { in esp_event_is_handler_registered() 40 SLIST_FOREACH(base_node, &(loop_node->base_nodes), next) { in esp_event_is_handler_registered() 42 SLIST_FOREACH(handler, &(base_node->handlers), next) { in esp_event_is_handler_registered() 50 SLIST_FOREACH(id_node, &(base_node->id_nodes), next) { in esp_event_is_handler_registered() 52 SLIST_FOREACH(handler, &(id_node->handlers), next) { in esp_event_is_handler_registered()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | framing.c | 113 static INLINE OI_CHAR crc_iterate(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate() argument 117 idx = oldcrc ^ next; in crc_iterate() 128 static INLINE OI_CHAR crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() argument 132 idx = (oldcrc ^ next) >> 4; in crc_iterate_top4() 145 static INLINE OI_UINT8 crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() argument 147 return (oldcrc << 4) ^ crc8_narrow[(oldcrc ^ next) >> 4]; in crc_iterate_top4() 151 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate() argument 153 crc = (crc << 4) ^ crc8_narrow[(crc ^ next) >> 4]; in crc_iterate() 154 crc = (crc << 4) ^ crc8_narrow[((crc >> 4)^next) & 0xf]; in crc_iterate() 160 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate() argument [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | pmksa_cache.c | 62 pmksa->pmksa = entry->next; in pmksa_cache_expire() 158 pmksa->pmksa = pos->next; in pmksa_cache_add() 160 prev->next = pos->next; in pmksa_cache_add() 181 pos = pos->next; in pmksa_cache_add() 194 pos = pos->next; in pmksa_cache_add() 195 pmksa->pmksa->next = pos ? pos->next : NULL; in pmksa_cache_add() 197 pmksa->pmksa = pos->next; in pmksa_cache_add() 215 pos = pos->next; in pmksa_cache_add() 218 entry->next = pmksa->pmksa; in pmksa_cache_add() 222 entry->next = prev->next; in pmksa_cache_add() [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_event.c | 43 current_ptr = &((*current_ptr)->next); in esp_sleep_register_event_callback() 48 current_ptr = &((*current_ptr)->next); in esp_sleep_register_event_callback() 50 new_config->next = *current_ptr; in esp_sleep_register_event_callback() 65 *current_ptr = (*current_ptr)->next; in esp_sleep_unregister_event_callback() 69 current_ptr = &((*current_ptr)->next); in esp_sleep_unregister_event_callback() 90 current = current->next; in esp_sleep_execute_event_callbacks()
|
D | rtc_module.c | 60 SLIST_ENTRY(rtc_isr_handler_) next; 72 SLIST_FOREACH(it, &s_rtc_isr_handler_list, next) { in rtc_isr() 129 SLIST_INSERT_HEAD(&s_rtc_isr_handler_list, item, next); in rtc_isr_register() 145 SLIST_FOREACH(it, &s_rtc_isr_handler_list, next) { in rtc_isr_deregister() 148 SLIST_REMOVE_HEAD(&s_rtc_isr_handler_list, next); in rtc_isr_deregister() 150 SLIST_REMOVE_AFTER(prev, next); in rtc_isr_deregister()
|
D | intr_alloc.c | 62 shared_vector_desc_t *next; member 77 vector_desc_t *next; member 117 vd = vd->next; in insert_vector_desc() 121 to_insert->next = vd; in insert_vector_desc() 124 prev->next = to_insert; in insert_vector_desc() 125 to_insert->next = vd; in insert_vector_desc() 137 vd = vd->next; in find_desc_for_int() 182 svd = svd->next; in find_desc_for_source() 188 vd = vd->next; in find_desc_for_source() 387 svdesc = svdesc->next; in get_available_int() [all …]
|
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_objects.c | 25 SLIST_ENTRY(slist_netifs_s) next; 75 SLIST_INSERT_HEAD(&s_head, item, next); in esp_netif_add_to_list() 92 SLIST_FOREACH(item, &s_head, next) { in esp_netif_remove_from_list() 94 SLIST_REMOVE(&s_head, item, slist_netifs_s, next); in esp_netif_remove_from_list() 135 SLIST_FOREACH(item, &s_head, next) { in esp_netif_next_unsafe() 137 item = SLIST_NEXT(item, next); in esp_netif_next_unsafe() 153 SLIST_FOREACH(item, &s_head, next) { in esp_netif_is_netif_listed() 172 SLIST_FOREACH(item, &s_head, next) { in esp_netif_get_handle_from_ifkey()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | esp_async_memcpy.c | 71 mcp_hdl->out_streams[i].desc.next = &mcp_hdl->out_streams[i + 1].desc; in esp_async_memcpy_install() 73 mcp_hdl->in_streams[i].desc.next = &mcp_hdl->in_streams[i + 1].desc; in esp_async_memcpy_install() 75 mcp_hdl->out_streams[mcp_hdl->max_stream_num - 1].desc.next = &mcp_hdl->out_streams[0].desc; in esp_async_memcpy_install() 76 mcp_hdl->in_streams[mcp_hdl->max_stream_num - 1].desc.next = &mcp_hdl->in_streams[0].desc; in esp_async_memcpy_install() 139 desc = desc->next; // move to next descriptor in async_memcpy_prepare_receive() 153 desc = desc->next; // move to next descriptor in async_memcpy_prepare_receive() 181 desc = desc->next; // move to next descriptor in async_memcpy_prepare_transmit() 196 desc = desc->next; // move to next descriptor in async_memcpy_prepare_transmit() 212 dma_descriptor_t *next = asmcp->next_rx_desc_to_check; in async_memcpy_get_next_rx_descriptor() local 214 if (next->dw0.owner == DMA_DESCRIPTOR_BUFFER_OWNER_CPU) { in async_memcpy_get_next_rx_descriptor() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_methods.c | 29 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method() 49 for (m = eap_methods; m; m = m->next) { in eap_server_get_type() 118 for (m = eap_methods; m; m = m->next) { in eap_server_method_register() 129 last->next = method; in eap_server_method_register() 149 eap_methods = eap_methods->next; in eap_server_unregister_methods() 173 for (m = eap_methods; m; m = m->next) { in eap_server_get_name()
|
/hal_espressif-latest/components/esp_event/private_include/ |
D | esp_event_internal.h | 41 … SLIST_ENTRY(esp_event_handler_node) next; /**< next event handler in the list */ 51 …SLIST_ENTRY(esp_event_id_node) next; /**< pointer to the next event nod… 61 …SLIST_ENTRY(esp_event_base_node) next; /**< pointer to the next base node… 69 …SLIST_ENTRY(esp_event_loop_node) next; /** pointer to the next loop node … 90 …SLIST_ENTRY(esp_event_loop_instance) next; /**< next event loop in the list */
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | sta_info.c | 33 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta() 58 hapd->sta_list = sta->next; in ap_sta_list_del() 63 while (tmp != NULL && tmp->next != sta) in ap_sta_list_del() 64 tmp = tmp->next; in ap_sta_list_del() 69 tmp->next = sta->next; in ap_sta_list_del() 139 sta = sta->next; in hostapd_free_stas() 171 sta->next = hapd->sta_list; in ap_sta_add()
|
D | pmksa_cache_auth.c | 79 prev->next = entry->next; in pmksa_cache_free_entry() 81 pmksa->pmksa = entry->next; in pmksa_cache_free_entry() 85 pos = pos->next; in pmksa_cache_free_entry() 159 pos = pos->next; in pmksa_cache_link_entry() 162 entry->next = pmksa->pmksa; in pmksa_cache_link_entry() 165 entry->next = prev->next; in pmksa_cache_link_entry() 166 prev->next = entry; in pmksa_cache_link_entry() 332 entry = entry->next; in pmksa_cache_auth_deinit() 366 for (entry = pmksa->pmksa; entry; entry = entry->next) { in pmksa_cache_auth_get() 438 entry = entry->next; in pmksa_cache_auth_list()
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_init.c | 35 SLIST_FOREACH(heap, ®istered_heaps, next) { in heap_caps_enable_nonos_stack_heaps() 111 SLIST_NEXT(heap, next) = NULL; in heap_caps_init() 144 SLIST_INSERT_HEAD(®istered_heaps, &heaps_array[0], next); in heap_caps_init() 146 SLIST_INSERT_AFTER(&heaps_array[i-1], &heaps_array[i], next); in heap_caps_init() 217 SLIST_FOREACH(heap, ®istered_heaps, next) { in heap_caps_add_region_with_caps() 234 SLIST_NEXT(p_new, next) = NULL; in heap_caps_add_region_with_caps() 246 SLIST_INSERT_HEAD(®istered_heaps, p_new, next); in heap_caps_add_region_with_caps()
|
/hal_espressif-latest/components/hal/esp32c2/ |
D | rtc_cntl_hal.c | 21 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init() argument 29 plink->eof = next ? 0 : 1; in rtc_cntl_hal_dma_link_init() 36 STAILQ_NEXT(plink, qe) = next; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-latest/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 30 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init() argument 38 plink->eof = next ? 0 : 1; in rtc_cntl_hal_dma_link_init() 45 STAILQ_NEXT(plink, qe) = next; in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | x509v3.c | 49 if (cert->next) { in x509_certificate_free() 52 cert, cert->next); in x509_certificate_free() 69 struct x509_certificate *next; in x509_certificate_chain_free() local 72 next = cert->next; in x509_certificate_chain_free() 73 cert->next = NULL; in x509_certificate_chain_free() 75 cert = next; in x509_certificate_chain_free() 183 const u8 **next) in x509_parse_algorithm_identifier() argument 205 *next = end; in x509_parse_algorithm_identifier() 218 const u8 **next) in x509_parse_public_key() argument 244 *next = end; in x509_parse_public_key() [all …]
|