Lines Matching defs:rng
85 static void add_early_randomness(struct hwrng *rng) in add_early_randomness()
99 struct hwrng *rng = container_of(kref, struct hwrng, ref); in cleanup_rng() local
107 static int set_current_rng(struct hwrng *rng) in set_current_rng()
137 struct hwrng *rng; in get_current_rng() local
150 static void put_rng(struct hwrng *rng) in put_rng()
162 static int hwrng_init(struct hwrng *rng) in hwrng_init()
203 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data()
228 struct hwrng *rng; in rng_dev_read() local
319 struct hwrng *rng; in hwrng_attr_current_store() local
343 struct hwrng *rng; in hwrng_attr_current_show() local
360 struct hwrng *rng; in hwrng_attr_available_show() local
406 struct hwrng *rng; in hwrng_fillfn() local
438 int hwrng_register(struct hwrng *rng) in hwrng_register()
501 void hwrng_unregister(struct hwrng *rng) in hwrng_unregister()
543 int devm_hwrng_register(struct device *dev, struct hwrng *rng) in devm_hwrng_register()
564 void devm_hwrng_unregister(struct device *dev, struct hwrng *rng) in devm_hwrng_unregister()