Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/platform/x86/amd/
H A Dwbrf.c184 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid, in acpi_amd_wbrf_supported_producer()
209 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid, in acpi_amd_wbrf_supported_consumer()
/linux/drivers/acpi/
H A Dacpi_adxl.c156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION, in adxl_init()
H A Dacpi_extlog.c203 if (!acpi_check_dsm(handle, &guid, EXTLOG_DSM_REV, 1 << EXTLOG_FN_ADDR)) in extlog_get_l1addr()
/linux/drivers/pci/
H A Dpci-label.c44 return acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2, in device_has_acpi_name()
H A Dnpem.c276 return acpi_check_dsm(handle, &dsm_guid, 0x1, in npem_has_dsm()
H A Dtph.c97 if (!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 7, in tph_invoke_dsm()
/linux/drivers/iio/accel/
H A Dbmc150-accel-i2c.c66 if (!acpi_check_dsm(adev->handle, &guid, 0, BIT(DUAL250E_SET_ANGLE_FN_INDEX))) in bmc150_acpi_set_angle_dsm()
/linux/drivers/thunderbolt/
H A Dacpi.c345 if (acpi_check_dsm(adev->handle, &retimer_dsm_guid, 1, in tb_acpi_setup()
/linux/drivers/platform/surface/
H A Dsurface_hotplug.c156 if (!acpi_check_dsm(handle, &shps_dsm_guid, SHPS_DSM_REVISION, BIT(dsm))) { in shps_setup_irq()
H A Dsurface_acpi_notify.c192 if (!acpi_check_dsm(san, &SAN_DSM_UUID, SAN_DSM_REVISION, BIT_ULL(func))) in san_acpi_notify_event()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c143 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c242 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102, in nouveau_dsm_pci_probe()
/linux/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c133 if (!acpi_check_dsm(adev->handle, &img_clk_guid, 0, BIT(1))) in skl_int3472_register_dsm_clock()
/linux/drivers/acpi/nfit/
H A Dcore.c1847 if (acpi_check_dsm(adev_dimm->handle, to_nfit_uuid(i), 1, 1)) { in acpi_nfit_add_dimm()
1887 if (acpi_check_dsm(adev_dimm->handle, guid, in acpi_nfit_add_dimm()
2143 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
2156 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
2164 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1524 bool nbci = acpi_check_dsm(handle, &NBCI_DSM_GUID, NBCI_DSM_REV, in r535_disp_oneinit()
1526 bool nvhg = acpi_check_dsm(handle, &NVHG_DSM_GUID, NVHG_DSM_REV, in r535_disp_oneinit()
/linux/include/linux/
H A Dacpi.h961 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, in acpi_check_dsm() function
/linux/sound/pci/hda/
H A Dcs35l41_hda.c1365 return acpi_check_dsm(handle, &guid, 0, BIT(commands)); in cs35l41_dsm_supported()
/linux/drivers/iommu/intel/
H A Ddmar.c2160 return acpi_check_dsm(handle, &dmar_hp_guid, DMAR_DSM_REV_ID, 1 << func); in dmar_detect_dsm()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1481 if (!acpi_check_dsm(handle, &NVOP_DSM_GUID, NVOP_DSM_REV, BIT_ULL(0x1a))) in r535_gsp_acpi_caps()