Home
last modified time | relevance | path

Searched refs:_DDC (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
H A Dacpi_video.c191 u8 _DDC:1; /* Return the EDID for this device */ member
615 * acpi_video_device_EDID() - Get EDID from ACPI _DDC
618 * @length: _DDC length to request (must be a multiple of 128)
620 * Get EDID from ACPI _DDC. On success, a pointer to the EDID data is written
646 status = acpi_evaluate_object(device->dev->handle, "_DDC", &args, &buffer); in acpi_video_device_EDID()
664 "Invalid _DDC data for length %d\n", length); in acpi_video_device_EDID()
1016 if (acpi_has_method(device->dev->handle, "_DDC")) in acpi_video_device_find_cap()
1017 device->cap._DDC = 1; in acpi_video_device_find_cap()
1472 if (!video_device->cap._DDC) in acpi_video_get_edid()