Searched refs:ppi_version (Results 1 – 2 of 2) sorted by relevance
55 return sysfs_emit(buf, "%s\n", chip->ppi_version); in tpm_show_ppi_version() 67 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request() 137 if (strcmp(chip->ppi_version, "1.3") == 0) { in tpm_store_ppi_request() 144 } else if (strcmp(chip->ppi_version, "1.2") < 0) { in tpm_store_ppi_request() 200 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_transition_action() 381 strscpy(chip->ppi_version, obj->string.pointer, in tpm_add_ppi() 382 sizeof(chip->ppi_version)); in tpm_add_ppi()
195 char ppi_version[TPM_PPI_VERSION_LEN + 1]; member