| /linux/drivers/platform/x86/amd/ |
| H A D | wbrf.c | 178 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 D | tpm_ppi.c | 141 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/acpi/ |
| H A D | acpi_adxl.c | 156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION, in adxl_init()
|
| H A D | utils.c | 821 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs) in acpi_check_dsm() function 851 EXPORT_SYMBOL(acpi_check_dsm);
|
| H A D | fan_core.c | 349 if (!acpi_check_dsm(fan->handle, &acpi_fan_microsoft_guid, 0, in acpi_fan_dsm_init()
|
| /linux/drivers/pci/ |
| H A D | pci-label.c | 44 return acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2, in device_has_acpi_name()
|
| /linux/drivers/iio/accel/ |
| H A D | bmc150-accel-i2c.c | 66 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 D | clk_and_regulator.c | 161 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 D | intel_acpi.c | 146 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
|
| /linux/drivers/usb/core/ |
| H A D | usb-acpi.c | 77 if (!acpi_check_dsm(port_handle, &guid, 0, in usb_acpi_port_lpm_incapable()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_acpi.c | 242 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102, in nouveau_dsm_pci_probe()
|
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 1855 if (acpi_check_dsm(adev_dimm->handle, to_nfit_uuid(i), 1, 1)) { in acpi_nfit_add_dimm() 1895 if (acpi_check_dsm(adev_dimm->handle, guid, in acpi_nfit_add_dimm() 2151 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() 2172 if (acpi_check_dsm(adev->handle, guid, 1, 1ULL << i)) in acpi_nfit_init_dsms()
|
| /linux/drivers/platform/surface/ |
| H A D | surface_acpi_notify.c | 192 if (!acpi_check_dsm(san, &SAN_DSM_UUID, SAN_DSM_REVISION, BIT_ULL(func))) in san_acpi_notify_event()
|
| /linux/include/acpi/ |
| H A D | acpi_bus.h | 58 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
|
| /linux/drivers/bluetooth/ |
| H A D | btintel.c | 2699 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0, in btintel_set_dsm_reset_method() 2718 if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0, in btintel_set_dsm_reset_method()
|
| /linux/drivers/iommu/intel/ |
| H A D | dmar.c | 2149 return acpi_check_dsm(handle, &dmar_hp_guid, DMAR_DSM_REV_ID, 1 << func); in dmar_detect_dsm()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cs35l41_hda.c | 1397 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 D | gsp.c | 729 if (!acpi_check_dsm(handle, &NVOP_DSM_GUID, NVOP_DSM_REV, BIT_ULL(0x1a))) in r535_gsp_acpi_caps()
|