/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | esp_crypto_lock.c | 33 _lock_acquire(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_acquire() 45 _lock_acquire(&s_crypto_ds_lock); in esp_crypto_ds_lock_acquire() 59 _lock_acquire(&s_crypto_sha_aes_lock); in esp_crypto_sha_aes_lock_acquire() 69 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | esp_crypto_lock.c | 33 _lock_acquire(&s_crypto_hmac_lock); in esp_crypto_hmac_lock_acquire() 45 _lock_acquire(&s_crypto_ds_lock); in esp_crypto_ds_lock_acquire() 59 _lock_acquire(&s_crypto_sha_aes_lock); in esp_crypto_sha_aes_lock_acquire() 69 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
|
/hal_espressif-3.6.0/components/wear_levelling/ |
D | wear_levelling.cpp | 70 _lock_acquire(&s_instances_lock); in wl_mount() 174 _lock_acquire(&s_instances_lock); in wl_unmount() 198 _lock_acquire(&s_instances[handle].lock); in wl_erase_range() 210 _lock_acquire(&s_instances[handle].lock); in wl_write() 222 _lock_acquire(&s_instances[handle].lock); in wl_read() 234 _lock_acquire(&s_instances[handle].lock); in wl_size() 246 _lock_acquire(&s_instances[handle].lock); in wl_sector_size()
|
/hal_espressif-3.6.0/components/fatfs/vfs/ |
D | vfs_fat.c | 301 _lock_acquire(&fat_ctx->lock); in vfs_fat_open() 408 _lock_acquire(&fat_ctx->lock); in vfs_fat_pread() 448 _lock_acquire(&fat_ctx->lock); in vfs_fat_pwrite() 487 _lock_acquire(&fat_ctx->lock); in vfs_fat_fsync() 503 _lock_acquire(&fat_ctx->lock); in vfs_fat_close() 584 _lock_acquire(&fat_ctx->lock); in vfs_fat_stat() 617 _lock_acquire(&fat_ctx->lock); in vfs_fat_unlink() 632 _lock_acquire(&fat_ctx->lock); in vfs_fat_link() 700 _lock_acquire(&fat_ctx->lock); in vfs_fat_rename() 715 _lock_acquire(&fat_ctx->lock); in vfs_fat_opendir() [all …]
|
/hal_espressif-3.6.0/components/newlib/ |
D | time.c | 103 _lock_acquire(&s_time_lock); in get_adjusted_boot_time() 112 _lock_acquire(&s_time_lock); in adjtime_corr_stop() 125 _lock_acquire(&s_time_lock); in adjtime() 147 _lock_acquire(&s_time_lock); in adjtime()
|
D | newlib_init.c | 104 ._lock_acquire = &_lock_acquire,
|
D | locks.c | 162 void IRAM_ATTR _lock_acquire(_lock_t *lock) { in _lock_acquire() function 316 _lock_acquire(&lock); in __retarget_lock_acquire()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | esp_crypto_lock.c | 20 _lock_acquire(&s_crypto_dma_lock); in esp_crypto_dma_lock_acquire() 30 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
|
/hal_espressif-3.6.0/components/esp_pm/ |
D | pm_locks.c | 78 _lock_acquire(&s_list_lock); in esp_pm_lock_create() 97 _lock_acquire(&s_list_lock); in esp_pm_lock_delete() 169 _lock_acquire(&s_list_lock); in esp_pm_dump_locks()
|
/hal_espressif-3.6.0/components/newlib/port/ |
D | esp_time_impl.c | 100 _lock_acquire(&s_boot_time_lock); in esp_time_impl_set_boot_time() 113 _lock_acquire(&s_boot_time_lock); in esp_time_impl_get_boot_time()
|
/hal_espressif-3.6.0/components/driver/ |
D | dedic_gpio.c | 75 _lock_acquire(&s_platform_mutexlock[core_id]); in dedic_gpio_build_platform() 103 _lock_acquire(&s_platform_mutexlock[core_id]); in dedic_gpio_break_platform() 148 _lock_acquire(&s_platform_mutexlock[core_id]); in dedic_gpio_install_interrupt() 168 _lock_acquire(&s_platform_mutexlock[core_id]); in dedic_gpio_uninstall_interrupt()
|
/hal_espressif-3.6.0/components/tinyusb/additions/src/ |
D | vfs_tinyusb.c | 134 _lock_acquire(&(s_vfstusb.write_lock)); in tusb_write() 172 _lock_acquire(&(s_vfstusb.read_lock)); in tusb_read()
|
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/newlib/ |
D | lock.c | 11 void _lock_acquire(_lock_t *lock) in _lock_acquire() function
|
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/newlib/include/sys/ |
D | lock.h | 19 void _lock_acquire(_lock_t *lock);
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | partition.c | 71 _lock_acquire(&s_partition_list_lock); in ensure_partitions_loaded() 112 _lock_acquire(&s_partition_list_lock); in esp_partition_next() 342 _lock_acquire(&s_partition_list_lock); in esp_partition_register_external() 370 _lock_acquire(&s_partition_list_lock); in esp_partition_deregister_external()
|
/hal_espressif-3.6.0/components/vfs/ |
D | vfs.c | 127 _lock_acquire(&s_fd_table_lock); in esp_vfs_register_fd_range() 172 _lock_acquire(&s_fd_table_lock); in esp_vfs_unregister_with_id() 214 _lock_acquire(&s_fd_table_lock); in esp_vfs_register_fd_with_local_fd() 246 _lock_acquire(&s_fd_table_lock); in esp_vfs_unregister_fd() 401 _lock_acquire(&s_fd_table_lock); in esp_vfs_open() 500 _lock_acquire(&s_fd_table_lock); in esp_vfs_close() 897 _lock_acquire(&s_fd_table_lock); in esp_vfs_select() 1046 _lock_acquire(&s_fd_table_lock); in esp_vfs_select()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | esp_crypto_lock.c | 61 _lock_acquire(&s_crypto_mpi_lock); in esp_crypto_mpi_lock_acquire()
|
/hal_espressif-3.6.0/components/newlib/platform_include/sys/ |
D | lock.h | 34 void _lock_acquire(_lock_t *plock);
|
/hal_espressif-3.6.0/components/esp_phy/src/ |
D | phy_init_esp32hxx.c | 56 _lock_acquire(&s_phy_access_lock); in esp_phy_enable()
|
/hal_espressif-3.6.0/components/freemodbus/port/ |
D | port.c | 52 _lock_acquire(&s_port_lock); in vMBPortEnterCritical()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | bt_app_av.c | 294 _lock_acquire(&s_volume_lock); in volume_set_by_controller() 302 _lock_acquire(&s_volume_lock); in volume_set_by_local_host()
|
/hal_espressif-3.6.0/components/log/ |
D | log_freertos.c | 86 _lock_acquire(&bufferLock); in esp_log_system_timestamp()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 72 void (*_lock_acquire)(_lock_t *lock); member
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 72 void (*_lock_acquire)(_lock_t *lock); member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/ |
D | bt_app_av.c | 156 _lock_acquire(&s_volume_lock); in volume_set_by_controller() 165 _lock_acquire(&s_volume_lock); in volume_set_by_local_host()
|