Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm_ppi.c54 return scnprintf(buf, PAGE_SIZE, "%s\n", chip->ppi_version); in tpm_show_ppi_version()
116 if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request()
170 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action()
349 strlcpy(chip->ppi_version, obj->string.pointer, in tpm_add_ppi()
350 sizeof(chip->ppi_version)); in tpm_add_ppi()
Dtpm.h254 char ppi_version[TPM_PPI_VERSION_LEN + 1]; member