Searched refs:osi_funcs_p (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 359 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; variable 1034 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1035 if (osi_funcs_p == NULL) { in esp_bt_controller_init() 1039 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1040 if (btdm_osi_funcs_register(osi_funcs_p) != 0) { in esp_bt_controller_init() 1175 if (osi_funcs_p) { in bt_controller_deinit_internal() 1176 esp_bt_free(osi_funcs_p); in bt_controller_deinit_internal() 1177 osi_funcs_p = NULL; in bt_controller_deinit_internal()
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 362 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; variable 1228 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1229 if (osi_funcs_p == NULL) { in esp_bt_controller_init() 1233 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1234 if (btdm_osi_funcs_register(osi_funcs_p) != 0) { in esp_bt_controller_init() 1337 if (osi_funcs_p != NULL) { in bt_controller_deinit_internal() 1338 esp_bt_free(osi_funcs_p); in bt_controller_deinit_internal() 1339 osi_funcs_p = NULL; in bt_controller_deinit_internal()
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 360 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; variable 1217 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1218 if (osi_funcs_p == NULL) { in esp_bt_controller_init() 1222 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1223 if (btdm_osi_funcs_register(osi_funcs_p) != 0) { in esp_bt_controller_init() 1325 if (osi_funcs_p != NULL) { in bt_controller_deinit_internal() 1326 esp_bt_free(osi_funcs_p); in bt_controller_deinit_internal() 1327 osi_funcs_p = NULL; in bt_controller_deinit_internal()
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 413 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; variable 1422 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1423 if (osi_funcs_p == NULL) { in esp_bt_controller_init() 1427 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1428 if (btdm_osi_funcs_register(osi_funcs_p) != 0) { in esp_bt_controller_init() 1553 if (osi_funcs_p != NULL) { in bt_controller_deinit_internal() 1554 free(osi_funcs_p); in bt_controller_deinit_internal() 1555 osi_funcs_p = NULL; in bt_controller_deinit_internal()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 434 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; variable 1505 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1506 if (osi_funcs_p == NULL) { in esp_bt_controller_init() 1510 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1511 if (btdm_osi_funcs_register(osi_funcs_p) != 0) { in esp_bt_controller_init() 1701 if (osi_funcs_p) { in bt_controller_deinit_internal() 1702 free(osi_funcs_p); in bt_controller_deinit_internal() 1703 osi_funcs_p = NULL; in bt_controller_deinit_internal()
|