Searched refs:acpi_dev_handle (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm_ppi.c70 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETREQ,
129 if (acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid,
160 obj = tpm_eval_dsm(chip->acpi_dev_handle, func, ACPI_TYPE_INTEGER,
204 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETACT,
230 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETRSP,
330 return show_ppi_operations(chip->acpi_dev_handle, buf, 0,
340 return show_ppi_operations(chip->acpi_dev_handle, buf, PPI_VS_REQ_START,
370 if (!chip->acpi_dev_handle)
373 if (!acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid,
378 obj = acpi_evaluate_dsm_typed(chip->acpi_dev_handle,
[all...]
H A Dtpm_tis_core.h222 acpi_handle acpi_dev_handle);
H A Dtpm_crb.c357 obj = acpi_evaluate_dsm(chip->acpi_dev_handle,
801 chip->acpi_dev_handle = device->handle;
H A Dtpm_tis_core.c1102 acpi_handle acpi_dev_handle)
1117 chip->acpi_dev_handle = acpi_dev_handle;
1100 tpm_tis_core_init(struct device *dev, struct tpm_tis_data *priv, int irq, const struct tpm_tis_phy_ops *phy_ops, acpi_handle acpi_dev_handle) argument
/linux-master/drivers/char/tpm/eventlog/
H A Dacpi.c84 if (!chip->acpi_dev_handle)
/linux-master/include/linux/
H A Dtpm.h162 acpi_handle acpi_dev_handle; member in struct:tpm_chip

Completed in 153 milliseconds