Searched refs:osi_funcs_t (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 94 struct osi_funcs_t { struct 279 static const struct osi_funcs_t osi_funcs_ro = { 359 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; 1034 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1039 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init()
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 121 struct osi_funcs_t { struct 299 static const struct osi_funcs_t osi_funcs_ro = { 362 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; 1228 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1233 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init()
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 121 struct osi_funcs_t { struct 297 static const struct osi_funcs_t osi_funcs_ro = { 360 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; 1217 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1222 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init()
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 156 struct osi_funcs_t { struct 350 static const struct osi_funcs_t osi_funcs_ro = { 413 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; 1422 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1427 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 118 struct osi_funcs_t { struct 327 static const struct osi_funcs_t osi_funcs_ro = { 434 static DRAM_ATTR struct osi_funcs_t *osi_funcs_p; 1505 osi_funcs_p = (struct osi_funcs_t *)malloc_internal_wrapper(sizeof(struct osi_funcs_t)); in esp_bt_controller_init() 1510 memcpy(osi_funcs_p, &osi_funcs_ro, sizeof(struct osi_funcs_t)); in esp_bt_controller_init()
|