Searched refs:acpi_check_dsm (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/pci/pcie/
H A Dedr.c38 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 5,
91 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 5,
/linux-master/drivers/char/tpm/
H A Dtpm_ppi.c129 if (acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid,
299 if (!acpi_check_dsm(dev_handle, &tpm_ppi_guid, TPM_PPI_REVISION_ID_1,
373 if (!acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid,
/linux-master/drivers/platform/x86/amd/
H A Dwbrf.c184 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid,
209 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid,
/linux-master/drivers/acpi/
H A Dacpi_adxl.c156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION,
H A Dacpi_extlog.c203 if (!acpi_check_dsm(handle, &guid, EXTLOG_DSM_REV, 1 << EXTLOG_FN_ADDR))
H A Dutils.c801 * acpi_check_dsm - check if _DSM method supports requested functions.
811 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs) function
841 EXPORT_SYMBOL(acpi_check_dsm); variable
/linux-master/drivers/iio/accel/
H A Dbmc150-accel-i2c.c66 if (!acpi_check_dsm(adev->handle, &guid, 0, BIT(DUAL250E_SET_ANGLE_FN_INDEX)))
/linux-master/drivers/pci/
H A Dpci-label.c44 return acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2,
/linux-master/drivers/thunderbolt/
H A Dacpi.c365 if (acpi_check_dsm(adev->handle, &retimer_dsm_guid, 1,
/linux-master/drivers/platform/surface/
H A Dsurface_hotplug.c156 if (!acpi_check_dsm(handle, &shps_dsm_guid, SHPS_DSM_REVISION, BIT(dsm))) {
H A Dsurface_acpi_notify.c192 if (!acpi_check_dsm(san, &SAN_DSM_UUID, SAN_DSM_REVISION, BIT_ULL(func)))
/linux-master/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c133 if (!acpi_check_dsm(adev->handle, &img_clk_guid, 0, BIT(1)))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c142 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID,
/linux-master/drivers/usb/core/
H A Dusb-acpi.c77 if (!acpi_check_dsm(port_handle, &guid, 0,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c108 * instead of using acpi_check_dsm().
242 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102,
/linux-master/drivers/usb/typec/tcpm/
H A Dwcove.c632 if (!acpi_check_dsm(ACPI_HANDLE(&pdev->dev), &wcove->guid, 0, 0x1f)) {
/linux-master/drivers/acpi/nfit/
H A Dcore.c1842 if (acpi_check_dsm(adev_dimm->handle, to_nfit_uuid(i), 1, 1)) {
1882 if (acpi_check_dsm(adev_dimm->handle, guid,
2138 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i))
2151 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i))
2159 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1513 bool nbci = acpi_check_dsm(handle, &NBCI_DSM_GUID, NBCI_DSM_REV,
1515 bool nvhg = acpi_check_dsm(handle, &NVHG_DSM_GUID, NVHG_DSM_REV,
/linux-master/include/acpi/
H A Dacpi_bus.h54 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
/linux-master/drivers/bluetooth/
H A Dbtintel.c2542 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0,
2561 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0,
/linux-master/include/linux/
H A Dacpi.h950 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, function
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1245 return acpi_check_dsm(handle, &guid, 0, BIT(commands));
/linux-master/drivers/iommu/intel/
H A Ddmar.c2241 return acpi_check_dsm(handle, &dmar_hp_guid, DMAR_DSM_REV_ID, 1 << func);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1148 if (!acpi_check_dsm(handle, &NVOP_DSM_GUID, NVOP_DSM_REV, BIT_ULL(0x1a)))

Completed in 338 milliseconds