Lines Matching defs:caam_rng_ctx
35 struct caam_rng_ctx {
50 static struct caam_rng_ctx *to_caam_rng_ctx(struct hwrng *r)
52 return (struct caam_rng_ctx *)r->priv;
116 static void caam_rng_fill_async(struct caam_rng_ctx *ctx)
140 struct caam_rng_ctx *ctx = container_of(work, struct caam_rng_ctx,
147 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
166 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
175 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
220 struct caam_rng_ctx *ctx;