Home
last modified time | relevance | path

Searched refs:TPM_CAP_FLAG_PERM (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/char/tpm/
Dtpm-sysfs.c135 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_PERM, &cap, in enabled_show()
152 rc = tpm_getcap(to_tpm_chip(dev), TPM_CAP_FLAG_PERM, &cap, in active_show()
Dtpm.h364 TPM_CAP_FLAG_PERM = 0x108, enumerator
Dtpm-interface.c747 if (subcap_id == TPM_CAP_FLAG_PERM || in tpm_getcap()