Home
last modified time | relevance | path

Searched refs:reset_cb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_iproc.c172 ctx->reset_cb[reset] = cb; in iproc_pcie_register_reset_cb()
241 if (ctx->reset_cb[PCIE_PERST] != NULL) { in iproc_pcie_perst()
243 ctx->reset_cb[PCIE_PERST](reset_data); in iproc_pcie_perst()
262 if (ctx->reset_cb[PCIE_PERST_INB] != NULL) { in iproc_pcie_hot_reset()
264 ctx->reset_cb[PCIE_PERST_INB](reset_data); in iproc_pcie_hot_reset()
284 if (ctx->reset_cb[PCIE_FLR] != NULL) { in iproc_pcie_flr()
286 ctx->reset_cb[PCIE_FLR](reset_data); in iproc_pcie_flr()
Dpcie_ep_iproc.h119 pcie_ep_reset_callback_t reset_cb[PCIE_RESET_MAX]; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_srv.c2055 static const struct bt_mesh_send_cb reset_cb = { in node_reset() local
2067 if (bt_mesh_model_send(model, ctx, &msg, &reset_cb, NULL)) { in node_reset()