Lines Matching refs:_DOD
119 u8 _DOD:1; /* Enumerate all devices attached to display adapter */
450 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set
1014 if (acpi_has_method(video->device->handle, "_DOD"))
1015 video->cap._DOD = 1;
1050 if (video->cap._DOS || video->cap._DOD) {
1052 pr_info(FW_BUG "ACPI(%s) defines _DOD but not _DOS\n",
1257 * If we have a broken _DOD or we have more than 8 output devices
1280 * Call _DOD to enumerate all devices attached to display adapter
1294 if (!video->cap._DOD)
1297 status = acpi_evaluate_object(video->device->handle, "_DOD", NULL, &buffer);
1300 "_DOD evaluation failed: %s\n",
1307 acpi_handle_info(video->device->handle, "Invalid _DOD data\n");
1312 acpi_handle_debug(video->device->handle, "Found %d video heads in _DOD\n",
1329 "Invalid _DOD data in element %d\n", i);
1337 "_DOD element[%d] = %d\n", i,
1508 * of broken _DOD and ignoring returned value here doesn't cause
1802 dev_dbg(&dev->dev->dev, "not in _DOD list, ignore\n");