Searched refs:tpm_send (Results 1 – 3 of 3) sorted by relevance
34 extern int tpm_send(u32 chip_num, void *cmd, size_t buflen);42 static inline int tpm_send(u32 chip_num, void *cmd, size_t buflen) { in tpm_send() function
783 int tpm_send(u32 chip_num, void *cmd, size_t buflen) in tpm_send() function797 EXPORT_SYMBOL_GPL(tpm_send);
363 rc = tpm_send(chip_num, cmd, buflen); in trusted_tpm_send()