Searched refs:cb_ctx (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_uart.c | 85 const struct lbu_cb_ctx *cb_ctx = ctx; in char_out() local 86 struct lbu_data *lb_data = cb_ctx->data; in char_out() 87 const struct device *uart_dev = LBU_UART_DEV(cb_ctx); in char_out()
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_ambiq_ap3.c | 1013 struct mspi_callback_context *cb_ctx) in mspi_pio_transceive() argument 1030 cfg_flag = mspi_context_lock(ctx, data->dev_id, xfer, cb, cb_ctx, true); in mspi_pio_transceive() 1121 struct mspi_callback_context *cb_ctx) in mspi_dma_transceive() argument 1136 cfg_flag = mspi_context_lock(ctx, data->dev_id, xfer, cb, cb_ctx, true); in mspi_dma_transceive() 1225 struct mspi_callback_context *cb_ctx = NULL; in mspi_ambiq_transceive() local 1234 cb_ctx = data->cb_ctxs[MSPI_BUS_XFER_COMPLETE]; in mspi_ambiq_transceive() 1238 return mspi_pio_transceive(controller, xfer, cb, cb_ctx); in mspi_ambiq_transceive() 1240 return mspi_dma_transceive(controller, xfer, cb, cb_ctx); in mspi_ambiq_transceive()
|
D | mspi_emul.c | 743 struct mspi_callback_context *cb_ctx = NULL; in mspi_emul_transceive() local 768 cb_ctx = data->cb_ctxs[MSPI_BUS_XFER_COMPLETE]; in mspi_emul_transceive() 771 cfg_flag = mspi_context_lock(ctx, dev_id, xfer, cb, cb_ctx); in mspi_emul_transceive()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 234 struct pb_remote_ctx cb_ctx = { in handle_pdu_report() local 255 bearer.cb->recv(&pb_remote_cli, &cb_ctx, buf); in handle_pdu_report()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 1031 dpp_conf.cb_ctx = interfaces; in zephyr_hostapd_init()
|