Searched refs:context (Results 1 – 7 of 7) sorted by relevance
| /modules/nrf_wifi/bus/ |
| A D | ipc_service.c | 20 wifi_ipc_t *context = (wifi_ipc_t *)priv; in wifi_ipc_ep_bound() local 22 context->busy_q.ipc_ready = true; in wifi_ipc_ep_bound() 30 wifi_ipc_t *context = (wifi_ipc_t *)priv; in wifi_ipc_recv_callback() local 32 context->busy_q.recv_cb((void *)global_addr, context->busy_q.priv); in wifi_ipc_recv_callback() 34 if (context->free_q != NULL) { in wifi_ipc_recv_callback() 64 context->busy_q.ipc_ep_cfg.name = "ep"; in wifi_ipc_busyq_register() 65 context->busy_q.ipc_ep_cfg.priv = context; in wifi_ipc_busyq_register() 68 &context->busy_q.ipc_ep_cfg); in wifi_ipc_busyq_register() 104 if (context->free_q == NULL) { in wifi_ipc_freeq_get() 132 context->linked_ipc ? context->linked_ipc : &context->busy_q; in wifi_ipc_busyq_send() [all …]
|
| /modules/openthread/include/ |
| A D | openthread.h | 27 typedef void (*openthread_receive_cb)(struct otMessage *message, void *context); 134 void openthread_set_receive_cb(openthread_receive_cb cb, void *context);
|
| /modules/openthread/ |
| A D | openthread.c | 154 static void ot_joiner_start_handler(otError error, void *context) in ot_joiner_start_handler() argument 156 ARG_UNUSED(context); in ot_joiner_start_handler() 219 static void ot_state_changed_handler(uint32_t flags, void *context) in ot_state_changed_handler() argument 221 ARG_UNUSED(context); in ot_state_changed_handler() 478 void openthread_set_receive_cb(openthread_receive_cb cb, void *context) in openthread_set_receive_cb() argument 485 otIp6SetReceiveCallback(openthread_instance, cb, context); in openthread_set_receive_cb() 488 otNat64SetReceiveIp4Callback(openthread_instance, cb, context); in openthread_set_receive_cb()
|
| A D | shell.c | 27 static int ot_console_cb(void *context, const char *format, va_list arg) in ot_console_cb() argument 29 ARG_UNUSED(context); in ot_console_cb()
|
| /modules/mbedtls/ |
| A D | zephyr_entropy.c | 59 mbedtls_psa_external_random_context_t *context, in mbedtls_psa_external_get_random() argument 62 (void) context; in mbedtls_psa_external_get_random()
|
| /modules/libsbc/ |
| A D | sbc.c | 156 &decoder->context, in sbc_setup_decoder() 180 status = OI_CODEC_SBC_DecodeFrame(&decoder->context, in sbc_decode()
|
| /modules/hal_nordic/nrfs/dvfs/ |
| A D | ld_dvfs_handler.c | 202 static void nrfs_dvfs_evt_handler(nrfs_dvfs_evt_t const *p_evt, void *context) in nrfs_dvfs_evt_handler() argument
|
Completed in 643 milliseconds