Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/
H A Dwbrf.c178 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid, in acpi_amd_wbrf_supported_producer()
203 return acpi_check_dsm(adev->handle, &wifi_acpi_dsm_guid, in acpi_amd_wbrf_supported_consumer()
/linux/drivers/char/tpm/
H A Dtpm_ppi.c141 if (acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_store_ppi_request()
302 if (!acpi_check_dsm(dev_handle, &tpm_ppi_guid, TPM_PPI_REVISION_ID_1, in cache_ppi_operations()
414 if (!acpi_check_dsm(chip->acpi_dev_handle, &tpm_ppi_guid, in tpm_add_ppi()
/linux/drivers/platform/x86/dell/
H A Ddell-dw5826e-reset.c69 if (!acpi_check_dsm(handle, &palc_dsm_guid, 1, BIT(PALC_DSM_FN_TRIGGER_PLDR))) in palc_probe()
/linux/drivers/acpi/
H A Dacpi_adxl.c156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION, in adxl_init()
/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 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.c65 if (!acpi_check_dsm(adev->handle, &guid, 0, BIT(DUAL250E_SET_ANGLE_FN_INDEX))) in bmc150_acpi_set_angle_dsm()
/linux/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c161 if (!acpi_check_dsm(int3472->adev->handle, &img_clk_guid, 0, BIT(1))) in skl_int3472_register_dsm_clock()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c146 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
/linux/drivers/usb/core/
H A Dusb-acpi.c77 if (!acpi_check_dsm(port_handle, &guid, 0, in usb_acpi_port_lpm_incapable()
/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/usb/typec/tcpm/
H A Dwcove.c631 if (!acpi_check_dsm(ACPI_HANDLE(&pdev->dev), &wcove->guid, 0, 0x1f)) { in wcove_typec_probe()
/linux/drivers/platform/surface/
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/include/linux/
H A Dacpi.h1031 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, in acpi_check_dsm() function
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda.c1416 return acpi_check_dsm(handle, &guid, 0, BIT(commands)); in cs35l41_dsm_supported()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c729 if (!acpi_check_dsm(handle, &NVOP_DSM_GUID, NVOP_DSM_REV, BIT_ULL(0x1a))) in r535_gsp_acpi_caps()