Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Dedr.c38 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 5, in acpi_enable_dpc()
91 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 5, in acpi_dpc_port_get()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ppi.c129 if (acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_store_ppi_request()
299 if (!acpi_check_dsm(dev_handle, &tpm_ppi_guid, TPM_PPI_REVISION_ID_1, in show_ppi_operations()
373 if (!acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_add_ppi()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_adxl.c156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION, in adxl_init()
H A Dutils.c693 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs) in acpi_check_dsm() function
723 EXPORT_SYMBOL(acpi_check_dsm);
H A Dacpi_extlog.c198 if (!acpi_check_dsm(handle, &guid, EXTLOG_DSM_REV, 1 << EXTLOG_FN_ADDR)) in extlog_get_l1addr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c135 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-label.c220 return !!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2, in device_has_dsm()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c239 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102, in nouveau_dsm_pci_probe()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dwcove.c632 if (!acpi_check_dsm(ACPI_HANDLE(&pdev->dev), &wcove->guid, 0, 0x1f)) { in wcove_typec_probe()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h52 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c1909 if (acpi_check_dsm(adev_dimm->handle, to_nfit_uuid(i), 1, 1)) { in acpi_nfit_add_dimm()
1949 if (acpi_check_dsm(adev_dimm->handle, guid, in acpi_nfit_add_dimm()
2214 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
2227 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
2235 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddmar.c2083 return acpi_check_dsm(handle, &dmar_hp_guid, DMAR_DSM_REV_ID, 1 << func); in dmar_detect_dsm()