Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h54482 struct hwrng { struct
54484 int (*init)(struct hwrng *); argument
54485 void (*cleanup)(struct hwrng *); argument
54486 int (*data_present)(struct hwrng *, int); argument
54487 int (*data_read)(struct hwrng *, u32 *); argument
54488 int (*read)(struct hwrng *, void *, size_t, bool); argument
54559 struct hwrng hwrng; member