Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dedid.h291 int edid_check_checksum(u8 *edid_block);
/openbmc/u-boot/common/
H A Dedid.c33 int edid_check_checksum(u8 *edid_block) in edid_check_checksum() function
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c203 r = edid_check_checksum(buf); in sunxi_hdmi_edid_get_block()