Searched refs:tpm_tis_recv (Results 1 – 4 of 4) sorted by relevance
243 int tpm_tis_recv(struct udevice *udev, u8 *buf, size_t count);
142 .recv = tpm_tis_recv,
340 int tpm_tis_recv(struct udevice *dev, u8 *buf, size_t count) in tpm_tis_recv() function
400 static int tpm_tis_recv(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_tis_recv() function1088 .recv = tpm_tis_recv,