Searched refs:ppi_version (Results 1 – 2 of 2) sorted by relevance
55 return scnprintf(buf, PAGE_SIZE, "%s\n", chip->ppi_version); in tpm_show_ppi_version()67 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request()139 if (strcmp(chip->ppi_version, "1.3") == 0) { in tpm_store_ppi_request()146 } else if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request()202 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action()383 strlcpy(chip->ppi_version, obj->string.pointer, in tpm_add_ppi()384 sizeof(chip->ppi_version)); in tpm_add_ppi()
156 char ppi_version[TPM_PPI_VERSION_LEN + 1]; member