Home
last modified time | relevance | path

Searched refs:ppi_version (Results 1 – 2 of 2) sorted by relevance

/drivers/char/tpm/
Dtpm_ppi.c58 return scnprintf(buf, PAGE_SIZE, "%s\n", chip->ppi_version); in tpm_show_ppi_version()
120 if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request()
174 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action()
353 strlcpy(chip->ppi_version, obj->string.pointer, in tpm_add_ppi()
354 sizeof(chip->ppi_version)); in tpm_add_ppi()
Dtpm.h180 char ppi_version[TPM_PPI_VERSION_LEN + 1]; member