Searched refs:reset_cb (Results 1 – 3 of 3) sorted by relevance
172 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()
119 pcie_ep_reset_callback_t reset_cb[PCIE_RESET_MAX]; member
2055 static const struct bt_mesh_send_cb reset_cb = { in node_reset() local2067 if (bt_mesh_model_send(model, ctx, &msg, &reset_cb, NULL)) { in node_reset()