Home
last modified time | relevance | path

Searched refs:acpi_check_dsm (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/char/tpm/
Dtpm_ppi.c106 if (acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_store_ppi_request()
267 if (!acpi_check_dsm(dev_handle, &tpm_ppi_guid, TPM_PPI_REVISION_ID, in show_ppi_operations()
340 if (!acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_add_ppi()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_acpi.c114 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
/Linux-v4.19/drivers/pci/
Dpci-label.c220 return !!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2, in device_has_dsm()
/Linux-v4.19/drivers/acpi/
Dutils.c678 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs) in acpi_check_dsm() function
708 EXPORT_SYMBOL(acpi_check_dsm);
Dacpi_extlog.c193 if (!acpi_check_dsm(handle, &guid, EXTLOG_DSM_REV, 1 << EXTLOG_FN_ADDR)) in extlog_get_l1addr()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c261 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102, in nouveau_dsm_pci_probe()
/Linux-v4.19/drivers/usb/typec/
Dtypec_wcove.c627 if (!acpi_check_dsm(ACPI_HANDLE(&pdev->dev), &wcove->guid, 0, 0x1f)) { in wcove_typec_probe()
/Linux-v4.19/include/acpi/
Dacpi_bus.h64 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
/Linux-v4.19/drivers/acpi/nfit/
Dcore.c1740 if (acpi_check_dsm(adev_dimm->handle, to_nfit_uuid(i), 1, 1)) in acpi_nfit_add_dimm()
1769 if (acpi_check_dsm(adev_dimm->handle, guid, in acpi_nfit_add_dimm()
1968 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
1982 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
/Linux-v4.19/drivers/iommu/
Ddmar.c1828 return acpi_check_dsm(handle, &dmar_hp_guid, DMAR_DSM_REV_ID, 1 << func); in dmar_detect_dsm()