Lines Matching defs:data
13 * periodic random data from a single IO memory address. All the platform
14 * has to do is provide the address and 'wait time' that new data becomes
44 static int timeriomem_rng_read(struct hwrng *hwrng, void *data,
53 * There may not have been enough time for new data to be generated
55 * bail out. Otherwise, wait for the completion. If the new data has
66 * for the RNG to generate new data. Since the period can have
74 *(u32 *)data = readl(priv->io_base);
76 data += sizeof(u32);
82 * data.
161 /* Assume random data is already available. */