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
323 struct hwrng *rng; in hwrng_attr_current_store() local
347 struct hwrng *rng; in hwrng_attr_current_show() local
364 struct hwrng *rng; in hwrng_attr_available_show() local
410 struct hwrng *rng; in hwrng_fillfn() local
442 int hwrng_register(struct hwrng *rng) in hwrng_register()
489 void hwrng_unregister(struct hwrng *rng) in hwrng_unregister()
531 int devm_hwrng_register(struct device *dev, struct hwrng *rng) in devm_hwrng_register()
552 void devm_hwrng_unregister(struct device *dev, struct hwrng *rng) in devm_hwrng_unregister()