Searched defs:hwrng (Results 1 – 2 of 2) sorted by relevance
33 struct hwrng { struct35 int (*init)(struct hwrng *rng); argument36 void (*cleanup)(struct hwrng *rng); argument37 int (*data_present)(struct hwrng *rng, int wait); argument38 int (*data_read)(struct hwrng *rng, u32 *data); argument39 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument47 extern int hwrng_register(struct hwrng *rng); argument
80 struct hwrng hwrng; member