Home
last modified time | relevance | path

Searched refs:TPM_VPRIV (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/char/tpm/st33zp24/
Dst33zp24.c108 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in st33zp24_cancel()
124 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in st33zp24_status()
141 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in check_locality()
167 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in request_locality()
196 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in release_locality()
214 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in get_burstcount()
282 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in wait_for_stat()
343 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in recv_data()
375 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in tpm_ioserirq_handler()
407 tpm_dev = (struct st33zp24_dev *)TPM_VPRIV(chip); in st33zp24_send()
[all …]
/linux-4.4.14/drivers/char/tpm/
Dxen-tpmfront.c42 struct tpm_private *priv = TPM_VPRIV(chip); in vtpm_status()
63 struct tpm_private *priv = TPM_VPRIV(chip); in vtpm_cancel()
76 struct tpm_private *priv = TPM_VPRIV(chip); in vtpm_send()
118 struct tpm_private *priv = TPM_VPRIV(chip); in vtpm_recv()
185 TPM_VPRIV(chip) = priv; in setup_chip()
321 struct tpm_private *priv = TPM_VPRIV(chip); in tpmfront_remove()
324 TPM_VPRIV(chip) = NULL; in tpmfront_remove()
Dtpm_ibmvtpm.c67 return (struct ibmvtpm_dev *)TPM_VPRIV(chip); in ibmvtpm_get_data()
86 ibmvtpm = (struct ibmvtpm_dev *)TPM_VPRIV(chip); in tpm_ibmvtpm_recv()
130 ibmvtpm = (struct ibmvtpm_dev *)TPM_VPRIV(chip); in tpm_ibmvtpm_send()
628 TPM_VPRIV(chip) = (void *)ibmvtpm; in tpm_ibmvtpm_probe()
Dtpm.h160 #define TPM_VPRIV(c) ((c)->vendor.priv) macro