/hal_espressif-latest/components/bt/porting/include/os/ |
D | queue.h | 118 #define CIRCLEQ_HEAD_INITIALIZER(head) \ argument 130 #define CIRCLEQ_EMPTY(head) ((head)->cqh_first == (void *)(head)) argument 132 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) argument 134 #define CIRCLEQ_FOREACH(var, head, field) \ argument 139 #define CIRCLEQ_FOREACH_REVERSE(var, head, field) \ argument 144 #define CIRCLEQ_INIT(head) do { \ argument 149 #define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument 159 #define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) do { \ argument 169 #define CIRCLEQ_INSERT_HEAD(head, elm, field) do { \ argument 179 #define CIRCLEQ_INSERT_TAIL(head, elm, field) do { \ argument [all …]
|
/hal_espressif-latest/components/heap/ |
D | multi_heap_poisoning.c | 69 __attribute__((noinline)) static uint8_t *poison_allocated_region(poison_head_t *head, size_t allo… in poison_allocated_region() 95 poison_head_t *head = (poison_head_t *)((intptr_t)data - sizeof(poison_head_t)); in verify_allocated_region() local 220 poison_head_t *head = multi_heap_aligned_alloc_impl_offs(heap, size + POISON_OVERHEAD, in multi_heap_aligned_alloc() local 251 poison_head_t *head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_malloc() local 275 poison_head_t *head = verify_allocated_region(p, true); in multi_heap_free() local 295 poison_head_t *head = NULL; in multi_heap_realloc() local 350 char *head = multi_heap_get_block_address_impl(block); in multi_heap_get_block_address() local 383 poison_head_t *head = verify_allocated_region(p, true); in multi_heap_get_allocated_size() local 429 poison_head_t *head = verify_allocated_region(data, print_errors); in multi_heap_internal_check_block_poisoning() local
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 353 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in regdma_link_get_next() local 415 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in regdma_link_get_instance() local 433 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in regdma_link_get_stats() local 508 regdma_link_head_t head = REGDMA_LINK_HEAD(next); in regdma_find_link_by_id() local 528 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in regdma_link_set_write_wait_content() local 596 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in regdma_link_update_next() local 734 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in print_info_continuous_wrapper() local 744 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in print_info_addr_map_wrapper() local 763 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in print_info_branch_continuous_wrapper() local 774 regdma_link_head_t head = REGDMA_LINK_HEAD(link); in print_info_branch_addr_map_wrapper() local [all …]
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 152 regdma_link_head_t head; member 159 regdma_link_head_t head; member 166 regdma_link_head_t head; member 172 regdma_link_head_t head; member 179 regdma_link_head_t head; member 186 regdma_link_head_t head; member 191 regdma_link_head_t head; member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 94 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 94 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 101 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 94 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 105 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | lldesc.h | 56 lldesc_t *head; member 91 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | lldesc.h | 59 lldesc_t *head; member 105 static inline uint32_t lldesc_get_chain_length(lldesc_t *head) in lldesc_get_chain_length()
|
/hal_espressif-latest/components/soc/ |
D | lldesc.c | 33 int lldesc_get_received_len(lldesc_t* head, lldesc_t** out_next) in lldesc_get_received_len()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_slist.h | 35 sys_snode_t *head; member 315 void *head, void *tail) in sys_slist_append_list()
|
D | mesh_dlist.h | 33 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_process.c | 58 const u8 *head; in wps_process_key_wrap_auth() local
|
/hal_espressif-latest/components/bt/common/osi/ |
D | list.c | 13 list_node_t *head; member
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer.c | 386 esp_timer_handle_t head = LIST_FIRST(&s_inactive_timers[dispatch_method]); in timer_insert_inactive() local
|
/hal_espressif-latest/components/mbedtls/port/aes/dma/ |
D | esp_aes.c | 121 static inline void lldesc_append(lldesc_t **head, lldesc_t *item) in lldesc_append()
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 425 sdio_slave_hal_send_desc_t *head = NULL; in send_get_unsent_desc() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 646 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag) in net_buf_frag_add()
|