Searched refs:tpm_tis_send (Results 1 – 4 of 4) sorted by relevance
233 int tpm_tis_send(struct udevice *udev, const u8 *buf, size_t len);
141 .send = tpm_tis_send,
218 int tpm_tis_send(struct udevice *dev, const u8 *buf, size_t len) in tpm_tis_send() function
576 static int tpm_tis_send(struct tpm_chip *chip, u8 *buf, size_t len) in tpm_tis_send() function1089 .send = tpm_tis_send,