Searched defs:edid_vendor (Results 1 – 3 of 3) sorted by relevance
80 struct edid_vendor { struct101 if (memcmp(edid_vendors[n].vendor, vendor, 3) == 0) in edid_findvendor() argument
65 uint8_t edid_vendor[4]; member
2080 static bool edid_vendor(const struct edid *edid, const char *vendor) in edid_vendor() function2082 char edid_vendor[3]; in edid_vendor() local