Searched refs:base_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | qcom-spmi-pmic.c | 137 struct qcom_spmi_dev *base_ctx; in pmic_spmi_get_base_revid() local 150 base_ctx = spmi_device_get_drvdata(base); in pmic_spmi_get_base_revid() 151 if (!base_ctx) { in pmic_spmi_get_base_revid() 155 memcpy(&ctx->pmic, &base_ctx->pmic, sizeof(ctx->pmic)); in pmic_spmi_get_base_revid()
|
/linux-6.12.1/drivers/infiniband/sw/siw/ |
D | siw_verbs.h | 37 int siw_alloc_ucontext(struct ib_ucontext *base_ctx, struct ib_udata *udata); 38 void siw_dealloc_ucontext(struct ib_ucontext *base_ctx);
|
D | siw_verbs.c | 86 int siw_alloc_ucontext(struct ib_ucontext *base_ctx, struct ib_udata *udata) in siw_alloc_ucontext() argument 88 struct siw_device *sdev = to_siw_dev(base_ctx->device); in siw_alloc_ucontext() 89 struct siw_ucontext *ctx = to_siw_ctx(base_ctx); in siw_alloc_ucontext() 109 siw_dbg(base_ctx->device, "success. now %d context(s)\n", in siw_alloc_ucontext() 116 siw_dbg(base_ctx->device, "failure %d. now %d context(s)\n", rv, in siw_alloc_ucontext() 122 void siw_dealloc_ucontext(struct ib_ucontext *base_ctx) in siw_dealloc_ucontext() argument 124 struct siw_ucontext *uctx = to_siw_ctx(base_ctx); in siw_dealloc_ucontext()
|
D | siw.h | 559 static inline struct siw_ucontext *to_siw_ctx(struct ib_ucontext *base_ctx) in to_siw_ctx() argument 561 return container_of(base_ctx, struct siw_ucontext, base_ucontext); in to_siw_ctx()
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_txrx.h | 645 struct idpf_base_tx_ctx_desc *base_ctx; member
|
D | idpf_singleq_txrx.c | 316 ctx_desc = &txq->base_ctx[ntu]; in idpf_tx_singleq_get_ctx_desc()
|