ddc2_read_edid1
status_t ddc2_read_edid1(const i2c_bus *bus, edid1_info *edid,
bool bResult = (ddc2_read_edid1(&bus, &edidInfo, NULL, NULL) == B_OK);
fEDIDState = ddc2_read_edid1(&bus, &fEDIDInfo, NULL, NULL);
fEDIDState = ddc2_read_edid1(&bus, &fEDIDInfo, NULL, NULL);
if (ddc2_read_edid1(&bus, edid, NULL, NULL) == B_OK) {
if (ddc2_read_edid1(&bus, edid, &vdif, &vdifLength) != B_OK)
status_t edid_result = ddc2_read_edid1(&bus, edid, NULL, NULL);
bool bResult = (ddc2_read_edid1(&bus, &edidInfo, NULL, NULL) == B_OK);
bResult = (ddc2_read_edid1(&bus, &edidInfo, NULL, NULL) == B_OK);
bResult = (ddc2_read_edid1(&bus, &edidInfo, NULL, NULL) == B_OK);