Searched refs:acpi_dev_handle (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_ppi.c | 68 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETREQ, in tpm_show_ppi_request() 110 if (acpi_check_dsm(chip->acpi_dev_handle, tpm_ppi_uuid, in tpm_store_ppi_request() 132 obj = tpm_eval_dsm(chip->acpi_dev_handle, func, ACPI_TYPE_INTEGER, in tpm_store_ppi_request() 176 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETACT, in tpm_show_ppi_transition_action() 202 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETRSP, in tpm_show_ppi_response() 301 return show_ppi_operations(chip->acpi_dev_handle, buf, 0, in tpm_show_ppi_tcg_operations() 311 return show_ppi_operations(chip->acpi_dev_handle, buf, PPI_VS_REQ_START, in tpm_show_ppi_vs_operations() 342 if (!chip->acpi_dev_handle) in tpm_add_ppi() 345 if (!acpi_check_dsm(chip->acpi_dev_handle, tpm_ppi_uuid, in tpm_add_ppi() 350 obj = acpi_evaluate_dsm_typed(chip->acpi_dev_handle, tpm_ppi_uuid, in tpm_add_ppi()
|
D | tpm_tis.c | 644 acpi_handle acpi_dev_handle) in tpm_tis_init() argument 661 chip->acpi_dev_handle = acpi_dev_handle; in tpm_tis_init() 933 acpi_handle acpi_dev_handle = NULL; in tpm_tis_pnp_init() local 948 acpi_dev_handle = pnp_acpi_device(pnp_dev)->handle; in tpm_tis_pnp_init() 952 return tpm_tis_init(&pnp_dev->dev, &tpm_info, acpi_dev_handle); in tpm_tis_pnp_init()
|
D | tpm_crb.c | 134 obj = acpi_evaluate_dsm(chip->acpi_dev_handle, in crb_do_acpi_start() 298 chip->acpi_dev_handle = device->handle; in crb_acpi_add()
|
D | tpm.h | 185 acpi_handle acpi_dev_handle; member
|