tpm_send          367 drivers/char/tpm/tpm-interface.c EXPORT_SYMBOL_GPL(tpm_send);
tpm_send          171 include/linux/tpm.h extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen);
tpm_send          372 security/keys/trusted.c 	rc = tpm_send(chip, cmd, buflen);