Home
last modified time | relevance | path

Searched refs:K_FOREVER (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/
Dsleep_retention.c235 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_check_and_create_final_default()
245 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_update()
266 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_try_create()
288 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_try_create_bonding()
302 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_stats()
314 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_dump_entries()
328 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_find_link_by_id()
342 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_owner_bitmap()
358 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_get_destroy_context()
382 k_sem_take(&s_retention_lock, K_FOREVER); in sleep_retention_entries_context_update()
[all …]
Dadc_share_hw_ctrl.c135 #define ADC_LOCK_ACQUIRE(lock) do { k_mutex_lock(lock, K_FOREVER); } while(0)
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c184 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in phy_query_used_time()
199 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in phy_clear_used_time()
293 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_phy_enable()
354 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_phy_disable()
396 k_mutex_lock(&s_wifi_bt_pd_controller.lock, K_FOREVER); in esp_wifi_bt_power_domain_on()
421 k_mutex_lock(&s_wifi_bt_pd_controller.lock, K_FOREVER); in esp_wifi_bt_power_domain_off()
434 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_phy_modem_init()
451 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_phy_modem_deinit()
501 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_mac_bb_pd_mem_init()
527 k_mutex_lock(&s_phy_access_lock, K_FOREVER); in esp_mac_bb_pd_mem_deinit()
Dphy_common.c93 k_mutex_lock(phy_lock, K_FOREVER); in phy_track_pll_timer_callback()
/hal_espressif-latest/zephyr/esp32s2/src/coex/
Desp_coex_adapter.c88 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
129 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_internal_semphr_take_wrapper()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h130 #define K_FOREVER (-1) macro
/hal_espressif-latest/zephyr/esp32/src/coex/
Desp_coex_adapter.c87 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/coex/
Desp_coex_adapter.c83 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/coex/
Desp_coex_adapter.c88 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/coex/
Desp_coex_adapter.c88 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/coex/
Desp_coex_adapter.c86 int ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in esp_coex_common_semphr_take_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c194 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
239 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
268 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c195 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
240 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
269 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c225 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
270 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
299 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c196 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
241 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
278 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c196 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
241 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
278 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c200 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
245 k_msgq_put((struct k_msgq *)queue, item, K_FOREVER); in queue_send_wrapper()
282 k_msgq_get((struct k_msgq *)queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_app.c86 k_mutex_lock(&s_spi1_flash_mutex, K_FOREVER); in spi1_start()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c501 ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in semphr_take_wrapper()
542 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
590 res = k_msgq_put(queue, item, K_FOREVER); in queue_send_wrapper()
621 ret = k_msgq_get(queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/components/efuse/src/
Desp_efuse_api.c23 #define EFUSE_LOCK_ACQUIRE_RECURSIVE() k_mutex_lock(&s_efuse_lock, K_FOREVER)
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c554 ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in semphr_take_wrapper()
595 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
643 res = k_msgq_put(queue, item, K_FOREVER); in queue_send_wrapper()
674 ret = k_msgq_get(queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c547 ret = k_sem_take((struct k_sem *)semphr, K_FOREVER); in semphr_take_wrapper()
588 k_mutex_lock(my_mutex, K_FOREVER); in mutex_lock_wrapper()
636 res = k_msgq_put(queue, item, K_FOREVER); in queue_send_wrapper()
667 ret = k_msgq_get(queue, item, K_FOREVER); in queue_recv_wrapper()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c1271 int32_t remaining = K_FOREVER; in gatt_proxy_advertise()
1379 return K_FOREVER; in bt_mesh_proxy_server_adv_start()
1419 return K_FOREVER; in bt_mesh_proxy_server_adv_start()
/hal_espressif-latest/zephyr/port/host_flash/
Dcache_utils.c63 k_mutex_lock(&s_flash_op_mutex, K_FOREVER); in spi_flash_op_lock()
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c78 #define SARADC1_ACQUIRE() do { k_mutex_lock(&adc1_dma_lock, K_FOREVER); } while(0)

12