Searched refs:hwrng (Results 1 – 2 of 2) sorted by relevance
39 struct hwrng { struct41 int (*init)(struct hwrng *rng); argument42 void (*cleanup)(struct hwrng *rng); argument43 int (*data_present)(struct hwrng *rng, int wait); argument44 int (*data_read)(struct hwrng *rng, u32 *data); argument45 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument58 extern int hwrng_register(struct hwrng *rng); argument59 extern int devm_hwrng_register(struct device *dev, struct hwrng *rng);61 extern void hwrng_unregister(struct hwrng *rng);62 extern void devm_hwrng_unregister(struct device *dve, struct hwrng *rng);
132 struct hwrng hwrng; member