Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_video.c126 u8 _DOD:1; /* Enumerate all devices attached to display adapter */ member
518 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set
1082 if (acpi_has_method(video->device->handle, "_DOD")) in acpi_video_bus_find_cap()
1083 video->cap._DOD = 1; in acpi_video_bus_find_cap()
1118 if (video->cap._DOS || video->cap._DOD) { in acpi_video_bus_check()
1121 "ACPI(%s) defines _DOD but not _DOS\n", in acpi_video_bus_check()
1320 * If we have a broken _DOD or we have more than 8 output devices in acpi_video_device_in_dod()
1343 * Call _DOD to enumerate all devices attached to display adapter
1357 if (!video->cap._DOD) in acpi_video_device_enumerate()
1360 status = acpi_evaluate_object(video->device->handle, "_DOD", NUL in acpi_video_device_enumerate()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_video.c119 u8 _DOD:1; /* Enumerate all devices attached to display adapter */ member
450 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set
1014 if (acpi_has_method(video->device->handle, "_DOD")) in acpi_video_bus_find_cap()
1015 video->cap._DOD = 1; in acpi_video_bus_find_cap()
1050 if (video->cap._DOS || video->cap._DOD) { in acpi_video_bus_check()
1052 pr_info(FW_BUG "ACPI(%s) defines _DOD but not _DOS\n", in acpi_video_bus_check()
1257 * If we have a broken _DOD or we have more than 8 output devices in acpi_video_device_in_dod()
1280 * Call _DOD to enumerate all devices attached to display adapter
1294 if (!video->cap._DOD) in acpi_video_device_enumerate()
1297 status = acpi_evaluate_object(video->device->handle, "_DOD", NUL in acpi_video_device_enumerate()
[all...]

Completed in 5 milliseconds