Home
last modified time | relevance | path

Searched refs:hwrng (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dhw_random.h38 struct hwrng { struct
40 int (*init)(struct hwrng *rng); argument
41 void (*cleanup)(struct hwrng *rng); argument
42 int (*data_present)(struct hwrng *rng, int wait); argument
43 int (*data_read)(struct hwrng *rng, u32 *data); argument
44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument
58 extern int hwrng_register(struct hwrng *rng); argument
59 extern int devm_hwrng_register(struct device *dev, struct hwrng *rng);
61 extern void hwrng_unregister(struct hwrng *rng);
64 extern long hwrng_msleep(struct hwrng *rng, unsigned int msecs);
[all …]
A Dtpm.h174 struct hwrng hwrng; member

Completed in 8 milliseconds