Searched refs:_DOD (Results 1 – 2 of 2) sorted by relevance
855 union acpi_object *_DOD; in r535_gsp_acpi_dod() local863 _DOD = output.pointer; in r535_gsp_acpi_dod()865 if (_DOD->type != ACPI_TYPE_PACKAGE || in r535_gsp_acpi_dod()866 _DOD->package.count > ARRAY_SIZE(dod->acpiIdList)) in r535_gsp_acpi_dod()869 for (int i = 0; i < _DOD->package.count; i++) { in r535_gsp_acpi_dod()870 if (WARN_ON(_DOD->package.elements[i].type != ACPI_TYPE_INTEGER)) in r535_gsp_acpi_dod()873 dod->acpiIdList[i] = _DOD->package.elements[i].integer.value; in r535_gsp_acpi_dod()
113 u8 _DOD:1; /* Enumerate all devices attached to display adapter */444 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set1026 if (acpi_has_method(video->device->handle, "_DOD")) in acpi_video_bus_find_cap() 1027 video->cap._DOD = 1; in acpi_video_bus_find_cap() 1062 if (video->cap._DOS || video->cap._DOD) { in acpi_video_bus_check() 1064 pr_info(FW_BUG "ACPI(%s) defines _DOD but not _DOS\n", in acpi_video_bus_check() 1264 * If we have a broken _DOD or we have more than 8 output devices in acpi_video_device_in_dod() 1287 * Call _DOD to enumerate all devices attached to display adapter1301 if (!video->cap._DOD) in acpi_video_device_enumerate() 1304 status = acpi_evaluate_object(video->device->handle, "_DOD", NUL in acpi_video_device_enumerate() 115 u8 _DOD:1; /* Enumerate all devices attached to display adapter */ global() member [all...]