Searched defs:to_rng_priv (Results 1 – 2 of 2) sorted by relevance
38 static inline struct bcm2835_rng_priv *to_rng_priv(struct hwrng *rng) in to_rng_priv() function
46 #define to_rng_priv(rng) container_of(rng, struct iproc_rng200_dev, rng) macro