Searched defs:hwrng (Results 1 – 12 of 12) sorted by relevance
38 struct hwrng { struct40 int (*init)(struct hwrng *rng); argument41 void (*cleanup)(struct hwrng *rng); argument42 int (*data_present)(struct hwrng *rng, int wait); argument43 int (*data_read)(struct hwrng *rng, u32 *data); argument44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument57 extern int hwrng_register(struct hwrng *rng); argument
88 hwrng: rng@8100 { label
47 static int timeriomem_rng_read(struct hwrng *hwrng, void *data, in timeriomem_rng_read()
31 struct hwrng hwrng; member
112 struct hwrng hwrng; member
548 hwrng: hwrng@220000 { label
664 hwrng: hwrng@66220000 { label
420 hwrng: rng { label
520 hwrng: rng { label
87 struct hwrng hwrng; /* Embedded struct for hwrng */ member
234 struct hwrng hwrng; member
388 struct hwrng hwrng; member