Searched defs:stm32_rng_private (Results 1 – 1 of 1) sorted by relevance
73 struct stm32_rng_private { struct74 struct hwrng rng;75 struct device *dev;76 void __iomem *base;77 struct clk_bulk_data *clk_bulk;78 struct reset_control *rst;79 struct stm32_rng_config pm_conf;103 static int stm32_rng_conceal_seed_error_cond_reset(struct stm32_rng_private *priv) in stm32_rng_conceal_seed_error_cond_reset() argument