Lines Matching refs:dhandle
81 static void intel_dsm_platform_mux_info(acpi_handle dhandle) in intel_dsm_platform_mux_info() argument
86 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid, in intel_dsm_platform_mux_info()
136 acpi_handle dhandle; in intel_dsm_pci_probe() local
138 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_pci_probe()
139 if (!dhandle) in intel_dsm_pci_probe()
142 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
148 intel_dsm_platform_mux_info(dhandle); in intel_dsm_pci_probe()
150 return dhandle; in intel_dsm_pci_probe()
155 acpi_handle dhandle = NULL; in intel_dsm_detect() local
163 dhandle = intel_dsm_pci_probe(pdev) ?: dhandle; in intel_dsm_detect()
166 if (vga_count == 2 && dhandle) { in intel_dsm_detect()
167 acpi_get_name(dhandle, ACPI_FULL_PATHNAME, &buffer); in intel_dsm_detect()
189 acpi_handle dhandle; in intel_dsm_get_bios_data_funcs_supported() local
192 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_get_bios_data_funcs_supported()
193 if (!dhandle) in intel_dsm_get_bios_data_funcs_supported()
196 obj = acpi_evaluate_dsm(dhandle, &intel_dsm_guid2, INTEL_DSM_REVISION_ID, in intel_dsm_get_bios_data_funcs_supported()