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

/linux-4.4.14/drivers/char/tpm/
H A Dtpm_ppi.c68 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETREQ, tpm_show_ppi_request()
110 if (acpi_check_dsm(chip->acpi_dev_handle, tpm_ppi_uuid, tpm_store_ppi_request()
132 obj = tpm_eval_dsm(chip->acpi_dev_handle, func, ACPI_TYPE_INTEGER, tpm_store_ppi_request()
176 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETACT, tpm_show_ppi_transition_action()
202 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETRSP, tpm_show_ppi_response()
301 return show_ppi_operations(chip->acpi_dev_handle, buf, 0, tpm_show_ppi_tcg_operations()
311 return show_ppi_operations(chip->acpi_dev_handle, buf, PPI_VS_REQ_START, tpm_show_ppi_vs_operations()
341 if (!chip->acpi_dev_handle) tpm_add_ppi()
344 if (!acpi_check_dsm(chip->acpi_dev_handle, tpm_ppi_uuid, tpm_add_ppi()
349 obj = acpi_evaluate_dsm_typed(chip->acpi_dev_handle, tpm_ppi_uuid, tpm_add_ppi()
H A Dtpm_crb.c135 obj = acpi_evaluate_dsm(chip->acpi_dev_handle, crb_do_acpi_start()
299 chip->acpi_dev_handle = device->handle; crb_acpi_add()
H A Dtpm_tis.c644 acpi_handle acpi_dev_handle) tpm_tis_init()
662 chip->acpi_dev_handle = acpi_dev_handle; tpm_tis_init()
939 acpi_handle acpi_dev_handle = NULL; tpm_tis_pnp_init() local
954 acpi_dev_handle = pnp_acpi_device(pnp_dev)->handle; tpm_tis_pnp_init()
958 return tpm_tis_init(&pnp_dev->dev, &tpm_info, acpi_dev_handle); tpm_tis_pnp_init()
643 tpm_tis_init(struct device *dev, struct tpm_info *tpm_info, acpi_handle acpi_dev_handle) tpm_tis_init() argument
H A Dtpm.h195 acpi_handle acpi_dev_handle; member in struct:tpm_chip

Completed in 187 milliseconds