Searched refs:acpi_dev (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_acpi.c934 struct amdgpu_acpi_dev_info *acpi_dev; local
939 list_for_each_entry(acpi_dev, &amdgpu_acpi_dev_list, list)
940 if (acpi_dev->bdf == bdf)
941 return acpi_dev;
1090 struct acpi_device *acpi_dev; local
1101 acpi_dev = acpi_dev_get_first_match_dev(hid, NULL, -1);
1105 if (!acpi_dev) {
1119 xcc_info->handle = acpi_device_handle(acpi_dev);
1120 acpi_dev_put(acpi_dev);

Completed in 104 milliseconds