Searched defs:hwrng (Results 1 – 6 of 6) sorted by relevance
37 struct hwrng { struct39 int (*init)(struct hwrng *rng); argument40 void (*cleanup)(struct hwrng *rng); argument41 int (*data_present)(struct hwrng *rng, int wait); argument42 int (*data_read)(struct hwrng *rng, u32 *data); argument43 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument56 extern int hwrng_register(struct hwrng *rng); argument
41 struct hwrng hwrng; member46 static int msm_rng_enable(struct hwrng *hwrng, int enable) in msm_rng_enable()81 static int msm_rng_read(struct hwrng *hwrng, void *data, size_t max, bool wait) in msm_rng_read()124 static int msm_rng_init(struct hwrng *hwrng) in msm_rng_init()129 static void msm_rng_cleanup(struct hwrng *hwrng) in msm_rng_cleanup()
31 struct hwrng hwrng; member
80 struct hwrng hwrng; member
88 struct hwrng hwrng; /* Embedded struct for hwrng */ member
229 struct hwrng hwrng; member