/hal_espressif-latest/components/esp_system/ |
D | esp_ipc.c | 80 xSemaphoreGive(ipc_ack); in ipc_task() 84 xSemaphoreGive(ipc_ack); in ipc_task() 160 xSemaphoreGive(s_ipc_mutex[cpu_id]); in esp_ipc_call_and_wait() 162 xSemaphoreGive(s_ipc_mutex[0]); in esp_ipc_call_and_wait()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 350 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit() 355 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit() 391 xSemaphoreGive(rtc_touch_mux); in touch_pad_read() 433 xSemaphoreGive(rtc_touch_mux); in touch_pad_set_filter_period() 451 xSemaphoreGive(rtc_touch_mux); in touch_pad_get_filter_period() 482 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 491 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 504 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_stop() 522 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_delete()
|
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
D | sha.c | 115 xSemaphoreGive(new_engine); // start available in sha_get_engine_state() 182 xSemaphoreGive(engine_state); in esp_sha_unlock_engine()
|
/hal_espressif-latest/components/spi_flash/sim/stubs/freertos/include/freertos/ |
D | semphr.h | 17 #define xSemaphoreGive( xSemaphore ) macro
|
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/ |
D | esp_nimble_hci.c | 189 xSemaphoreGive(vhci_send_sem); in controller_rcv_pkt_ready() 307 xSemaphoreGive(vhci_send_sem); in esp_nimble_hci_init() 326 xSemaphoreGive(vhci_send_sem); in esp_nimble_hci_deinit()
|
/hal_espressif-latest/components/bt/common/osi/ |
D | semaphore.c | 44 xSemaphoreGive(*sem); in osi_sem_give()
|
D | mutex.c | 65 xSemaphoreGive(*mutex); in osi_mutex_unlock()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 2356 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2362 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2368 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2374 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2386 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2392 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2399 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2406 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2414 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() 2423 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num() [all …]
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 103 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper() 217 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 101 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper() 207 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 104 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper() 223 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_event/ |
D | esp_event_private.c | 66 xSemaphoreGive(loop->mutex); in esp_event_is_handler_registered()
|
/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | expression_with_stack.c | 75 xSemaphoreGive(lock); in esp_execute_shared_stack_function()
|
/hal_espressif-latest/components/esp_system/port/arch/riscv/ |
D | expression_with_stack.c | 66 xSemaphoreGive(lock); in esp_execute_shared_stack_function()
|
/hal_espressif-latest/components/log/ |
D | log_freertos.c | 56 xSemaphoreGive(s_log_mutex); in esp_log_impl_unlock()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_mutex.c | 73 xSemaphoreGive(mutex->mutex); in bt_mesh_mutex_unlock()
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 99 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
|
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_objects.c | 50 xSemaphoreGive(s_list_lock); in esp_netif_list_unlock()
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 1111 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done() 1128 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done() 1131 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done() 1146 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_tx_chars() 1200 xSemaphoreGive(p_uart_obj[uart_num]->tx_fifo_sem); in uart_tx_all() 1202 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_tx_all() 1270 xSemaphoreGive(p_uart_obj[uart_num]->rx_mux); in uart_read_bytes() 1297 xSemaphoreGive(p_uart_obj[uart_num]->rx_mux); in uart_read_bytes() 1385 xSemaphoreGive(p_uart->rx_mux); in uart_flush_input() 1567 xSemaphoreGive(p_uart_obj[uart_num]->tx_fifo_sem); in uart_driver_install()
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_sntp.c | 36 xSemaphoreGive(s_storage->sync_sem); in sync_time_cb()
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 51 xSemaphoreGive(s_hci_driver_uart_env.tx_sem); in hci_driver_uart_tx()
|
/hal_espressif-latest/components/mbedtls/port/esp_ds/ |
D | esp_rsa_sign_alt.c | 99 xSemaphoreGive(s_ds_lock); in esp_ds_release_ds_lock()
|