Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_edid.h644 struct HdmiEdid { struct
651 typedef int32_t (*HdmiEdidPhaseFunc)(struct HdmiEdid *edid); argument
653 int32_t HdmiEdidReset(struct HdmiEdid *edid);
654 int32_t HdmiEdidPhase(struct HdmiEdid *edid);
655 int32_t HdmiEdidGetRaw(struct HdmiEdid *edid, uint8_t *raw, uint32_t len);
656 int32_t HdmiEdidRawDataRead(struct HdmiEdid *edid, struct HdmiDdc *ddc);
Dhdmi_core.h186 struct HdmiEdid edid; /* device cap */
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_edid.c21 int32_t HdmiEdidReset(struct HdmiEdid *edid) in HdmiEdidReset()
26 if (memset_s(edid, sizeof(struct HdmiEdid), 0, sizeof(struct HdmiEdid)) != EOK) { in HdmiEdidReset()
33 int32_t HdmiEdidGetRaw(struct HdmiEdid *edid, uint8_t *raw, uint32_t len) in HdmiEdidGetRaw()
53 static int32_t HdmiEdidHeaderPhase(struct HdmiEdid *edid) in HdmiEdidHeaderPhase()
83 static int32_t HdmiEdidVendorInfoPhase(struct HdmiEdid *edid) in HdmiEdidVendorInfoPhase()
121 static int32_t HdmiEdidVersionInfoPhase(struct HdmiEdid *edid) in HdmiEdidVersionInfoPhase()
137 static int32_t HdmiEdidBasicDispPhase(struct HdmiEdid *edid) in HdmiEdidBasicDispPhase()
148 static int32_t HdmiEdidColorFeaturePhase(struct HdmiEdid *edid) in HdmiEdidColorFeaturePhase()
176 static int32_t HdmiEdidEstablisedTimingPhase(struct HdmiEdid *edid) in HdmiEdidEstablisedTimingPhase()
224 static int32_t HdmiEdidStandardTimingPhase(struct HdmiEdid *edid) in HdmiEdidStandardTimingPhase()
[all …]