Searched defs:hwrng (Results 1 – 11 of 11) 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); argument58 extern int hwrng_register(struct hwrng *rng); argument
174 struct hwrng hwrng; member
38 struct hwrng hwrng; member116 static int qcom_hwrng_read(struct hwrng *hwrng, void *data, size_t max, bool wait) in qcom_hwrng_read()
147 struct hwrng hwrng; member
546 hwrng: hwrng@220000 { label
655 hwrng: hwrng@66220000 { label
786 hwrng: rng@440788 { label
245 hwrng: rng@218 { label
83 struct hwrng hwrng; /* Embedded struct for hwrng */ member
90 struct hwrng hwrng; member
386 struct hwrng hwrng; member