Home
last modified time | relevance | path

Searched defs:link (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c25 regdma_link_continuous_t *link = (regdma_link_continuous_t *)heap_caps_aligned_alloc( in regdma_link_new_continuous() local
41 regdma_link_addr_map_t *link = (regdma_link_addr_map_t *)heap_caps_aligned_alloc( in regdma_link_new_addr_map() local
57 regdma_link_write_wait_t *link = (regdma_link_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_write() local
69 regdma_link_write_wait_t *link = (regdma_link_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_wait() local
81 …regdma_link_branch_continuous_t *link = (regdma_link_branch_continuous_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_continuous() local
97 regdma_link_branch_addr_map_t *link = (regdma_link_branch_addr_map_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_addr_map() local
113 …regdma_link_branch_write_wait_t *link = (regdma_link_branch_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_write() local
125 …regdma_link_branch_write_wait_t *link = (regdma_link_branch_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_wait() local
309 void * link = regdma_link_init_wrapper(config, branch, module, nentry, args); in regdma_link_init() local
314 static void * regdma_link_get_next_continuous_wrapper(void *link) in regdma_link_get_next_continuous_wrapper()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dsleep_retention.c263 void *link = NULL; in sleep_retention_entries_try_create() local
289 void *link = regdma_link_init_safe( in sleep_retention_entries_try_create_bonding() local
327 void *link = NULL; in sleep_retention_find_link_by_id() local
513 …void *link = sleep_retention_entries_try_create(&retent[i].config, retent[i].owner, priority, modu… in sleep_retention_entries_create_impl() local
533 …void *link = sleep_retention_entries_try_create_bonding(&bonding_dummy.config, bonding_dummy.owner… in sleep_retention_entries_create_bonding() local
Dsleep_modem.c234 void *link = NULL; in sleep_modem_wifi_modem_state_init() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpau_ll.h28 …nline __attribute__((always_inline)) void pau_ll_select_regdma_entry_link(pau_dev_t *dev, int link) in pau_ll_select_regdma_entry_link()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpau_ll.h28 static inline void pau_ll_select_regdma_entry_link(pau_dev_t *dev, int link) in pau_ll_select_regdma_entry_link()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h662 #define regdma_link_update_next_safe(link, ...) regdma_link_update_next((link), __VA_NA… argument
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgdma_struct.h142 } link; member
302 } link; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c191 static struct prov_link link; variable
Dprovisioner_prov.c204 static struct prov_link link[BLE_MESH_PROV_SAME_TIME]; variable