Lines Matching defs:caam_rng_ctx
37 struct caam_rng_ctx {
52 static struct caam_rng_ctx *to_caam_rng_ctx(struct hwrng *r)
54 return (struct caam_rng_ctx *)r->priv;
118 static void caam_rng_fill_async(struct caam_rng_ctx *ctx)
142 struct caam_rng_ctx *ctx = container_of(work, struct caam_rng_ctx,
149 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
168 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
180 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
221 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng);
267 struct caam_rng_ctx *ctx;