Lines Matching refs:dhandle
84 static void intel_dsm_platform_mux_info(acpi_handle dhandle) in intel_dsm_platform_mux_info() argument
89 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid, in intel_dsm_platform_mux_info()
139 acpi_handle dhandle; in intel_dsm_pci_probe() local
141 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_pci_probe()
142 if (!dhandle) in intel_dsm_pci_probe()
145 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
151 intel_dsm_platform_mux_info(dhandle); in intel_dsm_pci_probe()
153 return dhandle; in intel_dsm_pci_probe()
158 acpi_handle dhandle = NULL; in intel_dsm_detect() local
166 dhandle = intel_dsm_pci_probe(pdev) ?: dhandle; in intel_dsm_detect()
169 if (vga_count == 2 && dhandle) { in intel_dsm_detect()
170 acpi_get_name(dhandle, ACPI_FULL_PATHNAME, &buffer); in intel_dsm_detect()
192 acpi_handle dhandle; in intel_dsm_get_bios_data_funcs_supported() local
195 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_get_bios_data_funcs_supported()
196 if (!dhandle) in intel_dsm_get_bios_data_funcs_supported()
199 obj = acpi_evaluate_dsm(dhandle, &intel_dsm_guid2, INTEL_DSM_REVISION_ID, in intel_dsm_get_bios_data_funcs_supported()