Searched defs:stm32_rng_private (Results 1 – 1 of 1) sorted by relevance
71 struct stm32_rng_private { struct72 struct hwrng rng;73 struct device *dev;74 void __iomem *base;75 struct clk *clk;76 struct reset_control *rst;77 struct stm32_rng_config pm_conf;101 static int stm32_rng_conceal_seed_error_cond_reset(struct stm32_rng_private *priv) in stm32_rng_conceal_seed_error_cond_reset() argument