Lines Matching defs:data
311 u8 *data;
331 struct tpm_header *head = (struct tpm_header *)buf->data;
340 buf->data = (u8 *)__get_free_page(GFP_KERNEL);
341 if (!buf->data)
351 free_page((unsigned long)buf->data);
356 struct tpm_header *head = (struct tpm_header *)buf->data;
363 struct tpm_header *head = (struct tpm_header *)buf->data;
372 struct tpm_header *head = (struct tpm_header *)buf->data;
385 memcpy(&buf->data[len], new_data, new_len);
433 extern int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max);
457 static inline int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max)