Home
last modified time | relevance | path

Searched refs:_mutex_create (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h48 void *(*_mutex_create)(void); member
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h360 #define os_mutex_create() wifi_funcs->_mutex_create();
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c108 void *(*_mutex_create)(void); member
293 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c587 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c622 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c629 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c569 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c586 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c137 void *(*_mutex_create)(void); member
315 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c137 void *(*_mutex_create)(void); member
313 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c642 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c740 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c743 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c759 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c826 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c825 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c841 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c172 void *(*_mutex_create)(void); member
366 ._mutex_create = mutex_create_wrapper,
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c132 void *(*_mutex_create)(void); member
348 ._mutex_create = mutex_create_wrapper,