Lines Matching refs:dhandle
71 static void intel_dsm_platform_mux_info(acpi_handle dhandle) in intel_dsm_platform_mux_info() argument
76 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid, in intel_dsm_platform_mux_info()
108 acpi_handle dhandle; in intel_dsm_pci_probe() local
110 dhandle = ACPI_HANDLE(&pdev->dev); in intel_dsm_pci_probe()
111 if (!dhandle) in intel_dsm_pci_probe()
114 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID, in intel_dsm_pci_probe()
120 intel_dsm_platform_mux_info(dhandle); in intel_dsm_pci_probe()
122 return dhandle; in intel_dsm_pci_probe()
127 acpi_handle dhandle = NULL; in intel_dsm_detect() local
135 dhandle = intel_dsm_pci_probe(pdev) ?: dhandle; in intel_dsm_detect()
138 if (vga_count == 2 && dhandle) { in intel_dsm_detect()
139 acpi_get_name(dhandle, ACPI_FULL_PATHNAME, &buffer); in intel_dsm_detect()