VTPM_STATUS_IDLE  105 drivers/char/tpm/xen-tpmfront.c 		return VTPM_STATUS_IDLE | VTPM_STATUS_CANCELED;
VTPM_STATUS_IDLE  107 drivers/char/tpm/xen-tpmfront.c 		return VTPM_STATUS_IDLE | VTPM_STATUS_RESULT;
VTPM_STATUS_IDLE  150 drivers/char/tpm/xen-tpmfront.c 	if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c,
VTPM_STATUS_IDLE  166 drivers/char/tpm/xen-tpmfront.c 	if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration,
VTPM_STATUS_IDLE  212 drivers/char/tpm/xen-tpmfront.c 	.req_complete_mask = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,
VTPM_STATUS_IDLE  213 drivers/char/tpm/xen-tpmfront.c 	.req_complete_val  = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,