Searched refs:rng (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | hw_random.h | 41 int (*init)(struct hwrng *rng); 42 void (*cleanup)(struct hwrng *rng); 43 int (*data_present)(struct hwrng *rng, int wait); 44 int (*data_read)(struct hwrng *rng, u32 *data); 45 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); 58 extern int hwrng_register(struct hwrng *rng); 59 extern int devm_hwrng_register(struct device *dev, struct hwrng *rng); 61 extern void hwrng_unregister(struct hwrng *rng); 62 extern void devm_hwrng_unregister(struct device *dve, struct hwrng *rng);
|
D | serial.h | 21 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | cyclades.h | 105 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | serial_core.h | 91 __u32 rng; member
|
D | crypto.h | 587 struct crypto_istat_rng rng; member
|
/include/uapi/linux/ |
D | serial.h | 103 int cts, dsr, rng, dcd; member
|
D | synclink.h | 214 __u32 cts, dsr, rng, dcd, tx, rx; member
|