tpm.h (4d57856a21ed2abe33412e0526cc84bdcf67ea08) | tpm.h (877c57d0d0cac2c8fc661f708d8ee3fa7aa8d28b) |
---|---|
1/* 2 * Copyright (C) 2004 IBM Corporation 3 * Copyright (C) 2015 Intel Corporation 4 * 5 * Authors: 6 * Leendert van Doorn <leendert@watson.ibm.com> 7 * Dave Safford <safford@watson.ibm.com> 8 * Reiner Sailer <sailer@watson.ibm.com> --- 214 unchanged lines hidden (view full) --- 223#ifdef CONFIG_ACPI 224 acpi_handle acpi_dev_handle; 225 char ppi_version[TPM_PPI_VERSION_LEN + 1]; 226#endif /* CONFIG_ACPI */ 227 228 struct tpm_space work_space; 229 u32 nr_commands; 230 u32 *cc_attrs_tbl; | 1/* 2 * Copyright (C) 2004 IBM Corporation 3 * Copyright (C) 2015 Intel Corporation 4 * 5 * Authors: 6 * Leendert van Doorn <leendert@watson.ibm.com> 7 * Dave Safford <safford@watson.ibm.com> 8 * Reiner Sailer <sailer@watson.ibm.com> --- 214 unchanged lines hidden (view full) --- 223#ifdef CONFIG_ACPI 224 acpi_handle acpi_dev_handle; 225 char ppi_version[TPM_PPI_VERSION_LEN + 1]; 226#endif /* CONFIG_ACPI */ 227 228 struct tpm_space work_space; 229 u32 nr_commands; 230 u32 *cc_attrs_tbl; |
231 232 /* active locality */ 233 int locality; |
|
231}; 232 233#define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) 234 235struct tpm_input_header { 236 __be16 tag; 237 __be32 length; 238 __be32 ordinal; --- 360 unchanged lines hidden --- | 234}; 235 236#define to_tpm_chip(d) container_of(d, struct tpm_chip, dev) 237 238struct tpm_input_header { 239 __be16 tag; 240 __be32 length; 241 __be32 ordinal; --- 360 unchanged lines hidden --- |