Lines Matching defs:pinning_ctx
640 void *pinning_ctx,
660 desc->pinning_ctx = pinning_ctx;
662 if (pinning_ctx && ctx_get)
663 ctx_get(pinning_ctx);
698 void *pinning_ctx,
708 pinning_ctx, ctx_get, ctx_put);
732 * @pinning_ctx: context to be stored on struct sdma_desc .pinning_ctx. Not
735 * @ctx_get: optional function to take reference to @pinning_ctx. Not called if
736 * @pinning_ctx is NULL.
737 * @ctx_put: optional function to release reference to @pinning_ctx after
739 * not sleep. Not called if @pinning_ctx is NULL.
755 void *pinning_ctx,
782 pinning_ctx, ctx_get, ctx_put);