/linux/drivers/char/tpm/ |
H A D | tpm_ppi.c | 129 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 D | wbrf.c | 184 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 D | acpi_adxl.c | 156 if (!acpi_check_dsm(handle, &adxl_guid, ADXL_REVISION, in adxl_init()
|
H A D | acpi_extlog.c | 203 if (!acpi_check_dsm(handle, &guid, EXTLOG_DSM_REV, 1 << EXTLOG_FN_ADDR)) in extlog_get_l1addr()
|
/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()
|
H A D | npem.c | 276 return acpi_check_dsm(handle, &dsm_guid, 0x1, in npem_has_dsm()
|
H A D | tph.c | 97 if (!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 7, in tph_invoke_dsm()
|
/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/thunderbolt/ |
H A D | acpi.c | 345 if (acpi_check_dsm(adev->handle, &retimer_dsm_guid, 1, in tb_acpi_setup()
|
/linux/drivers/platform/surface/ |
H A D | surface_hotplug.c | 156 if (!acpi_check_dsm(handle, &shps_dsm_guid, SHPS_DSM_REVISION, BIT(dsm))) { in shps_setup_irq()
|
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/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 143 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
|
/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/platform/x86/intel/int3472/ |
H A D | clk_and_regulator.c | 133 if (!acpi_check_dsm(adev->handle, &img_clk_guid, 0, BIT(1))) in skl_int3472_register_dsm_clock()
|
/linux/drivers/acpi/nfit/ |
H A D | core.c | 1847 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 D | r535.c | 1524 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 D | acpi.h | 961 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, in acpi_check_dsm() function
|
/linux/sound/pci/hda/ |
H A D | cs35l41_hda.c | 1365 return acpi_check_dsm(handle, &guid, 0, BIT(commands)); in cs35l41_dsm_supported()
|
/linux/drivers/iommu/intel/ |
H A D | dmar.c | 2160 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 D | r535.c | 1481 if (!acpi_check_dsm(handle, &NVOP_DSM_GUID, NVOP_DSM_REV, BIT_ULL(0x1a))) in r535_gsp_acpi_caps()
|