Lines Matching defs:rng
65 static void add_early_randomness(struct hwrng *rng) in add_early_randomness()
78 struct hwrng *rng = container_of(kref, struct hwrng, ref); in cleanup_rng() local
86 static int set_current_rng(struct hwrng *rng) in set_current_rng()
133 struct hwrng *rng; in get_current_rng() local
144 static void put_rng(struct hwrng *rng) in put_rng()
156 static int hwrng_init(struct hwrng *rng) in hwrng_init()
192 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data()
217 struct hwrng *rng; in rng_dev_read() local
307 struct hwrng *rng, *new_rng = NULL; in enable_best_rng() local
337 struct hwrng *rng, *old_rng, *new_rng; in rng_current_store() local
373 struct hwrng *rng; in rng_current_show() local
390 struct hwrng *rng; in rng_available_show() local
418 struct hwrng *rng; in rng_quality_show() local
501 struct hwrng *rng; in hwrng_fillfn() local
537 int hwrng_register(struct hwrng *rng) in hwrng_register()
597 void hwrng_unregister(struct hwrng *rng) in hwrng_unregister()
648 int devm_hwrng_register(struct device *dev, struct hwrng *rng) in devm_hwrng_register()
669 void devm_hwrng_unregister(struct device *dev, struct hwrng *rng) in devm_hwrng_unregister()
675 long hwrng_msleep(struct hwrng *rng, unsigned int msecs) in hwrng_msleep()