HomeSort by: relevance | last modified time | path
    Searched defs:dhandle (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_acpi.c 89 static void intel_dsm_platform_mux_info(acpi_handle dhandle)
94 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid,
125 static ACPI_HANDLE intel_dsm_pci_probe(ACPI_HANDLE dhandle)
131 acpi_handle dhandle; local in function:intel_dsm_pci_probe
133 dhandle = ACPI_HANDLE(&pdev->dev);
134 if (!dhandle)
138 if (!acpi_check_dsm(dhandle, &intel_dsm_guid, INTEL_DSM_REVISION_ID,
144 intel_dsm_platform_mux_info(dhandle);
146 return dhandle;
197 acpi_handle dhandle = NULL local in function:intel_dsm_detect
    [all...]
  /src/sys/arch/ofppc/stand/ofwboot/
ofdev.c 69 int dhandle; local in function:filename
84 dhandle = OF_finddevice(str);
86 if (dhandle == -1) {
115 if (OF_getprop(dhandle, "device_type", devtype,
  /src/sys/arch/shark/stand/ofwboot/
ofdev.c 68 int dhandle; local in function:filename
80 dhandle = OF_finddevice(str);
82 if (dhandle == -1) {
98 } else if (OF_getprop(dhandle, "device_type", devtype, sizeof devtype) < 0)
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 79 int dhandle; local in function:filename
91 dhandle = prom_finddevice(str);
93 str, dhandle));
95 if (dhandle == -1) {
128 } else if (_prom_getprop(dhandle, "device_type", devtype,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c 322 acpi_handle dhandle, atrm_handle; local in function:amdgpu_atrm_get_bios
332 dhandle = (pdev->pd_ad ? pdev->pd_ad->ad_handle : NULL);
334 dhandle = ACPI_HANDLE(&pdev->dev);
336 if (!dhandle)
339 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle);
349 dhandle = (pdev->pd_ad ? pdev->pd_ad->ad_handle
352 dhandle = ACPI_HANDLE(&pdev->dev);
354 if (!dhandle)
357 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle);
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 298 int dhandle; local in function:parsefilepath
322 dhandle = OF_finddevice(str);
323 DPRINTF("%s: Checking %s: dhandle = %d\n",
324 __func__, str, dhandle);
326 if (dhandle != -1) {
331 if (OF_getprop(dhandle, "device_type", devtype,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 247 acpi_handle dhandle, atrm_handle; local in function:radeon_atrm_get_bios
257 dhandle = (pdev->pd_ad ? pdev->pd_ad->ad_handle : NULL);
259 dhandle = ACPI_HANDLE(&pdev->dev);
261 if (!dhandle)
264 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle);
274 dhandle = (pdev->pd_ad ? pdev->pd_ad->ad_handle
277 dhandle = ACPI_HANDLE(&pdev->dev);
279 if (!dhandle)
282 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_acpi.c 63 acpi_handle dhandle; member in struct:nouveau_dsm_priv
189 return nouveau_dsm_switch_mux(nouveau_dsm_priv.dhandle, NOUVEAU_DSM_LED_STAMINA);
191 return nouveau_dsm_switch_mux(nouveau_dsm_priv.dhandle, NOUVEAU_DSM_LED_SPEED);
205 return nouveau_dsm_set_discrete_state(nouveau_dsm_priv.dhandle, state);
262 acpi_handle dhandle; local in function:nouveau_dsm_pci_probe
267 dhandle = pdev->pd_ad->ad_handle;
269 dhandle = ACPI_HANDLE(&pdev->dev);
271 if (!dhandle)
274 if (!acpi_has_method(dhandle, "_DSM"))
277 supports_mux = acpi_check_dsm(dhandle, &nouveau_dsm_muid, 0x00000102
309 acpi_handle dhandle = NULL; local in function:nouveau_dsm_detect
442 acpi_handle dhandle, rom_handle; local in function:nouveau_acpi_rom_supported
    [all...]

Completed in 15 milliseconds