Searched refs:hwrng (Results 1 – 1 of 1) sorted by relevance
54482 struct hwrng { struct54484 int (*init)(struct hwrng *); argument54485 void (*cleanup)(struct hwrng *); argument54486 int (*data_present)(struct hwrng *, int); argument54487 int (*data_read)(struct hwrng *, u32 *); argument54488 int (*read)(struct hwrng *, void *, size_t, bool); argument54559 struct hwrng hwrng; member