Lines Matching defs:rng
64 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()
116 struct hwrng *rng; in get_current_rng() local
129 static void put_rng(struct hwrng *rng) in put_rng()
141 static int hwrng_init(struct hwrng *rng) in hwrng_init()
182 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data()
207 struct hwrng *rng; in rng_dev_read() local
323 struct hwrng *rng; in hwrng_attr_current_store() local
351 struct hwrng *rng; in hwrng_attr_current_show() local
368 struct hwrng *rng; in hwrng_attr_available_show() local
425 struct hwrng *rng; in hwrng_fillfn() local
457 int hwrng_register(struct hwrng *rng) in hwrng_register()
517 void hwrng_unregister(struct hwrng *rng) in hwrng_unregister()
558 int devm_hwrng_register(struct device *dev, struct hwrng *rng) in devm_hwrng_register()
579 void devm_hwrng_unregister(struct device *dev, struct hwrng *rng) in devm_hwrng_unregister()