Searched refs:tpm_xfer (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/tpm/ |
| H A D | tpm-uclass.c | 68 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tpm.h | 407 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tpm.c | 498 rc = tpm_xfer(dev, command, count, response, &response_length); in do_tpm_raw_transfer()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 250 err = tpm_xfer(dev, command, tpm_command_size(command), in tpm_sendrecv_command()
|