Searched refs:manufacturer_code (Results 1 – 2 of 2) sorted by relevance
64 info->manufacturer_code[0] = get_bits (edid[0x08], 2, 6); in decode_vendor_and_product_identification()65 info->manufacturer_code[1] = get_bits (edid[0x08], 0, 1) << 3; in decode_vendor_and_product_identification()66 info->manufacturer_code[1] |= get_bits (edid[0x09], 5, 7); in decode_vendor_and_product_identification()67 info->manufacturer_code[2] = get_bits (edid[0x09], 0, 4); in decode_vendor_and_product_identification()68 info->manufacturer_code[3] = '\0'; in decode_vendor_and_product_identification()70 info->manufacturer_code[0] += 'A' - 1; in decode_vendor_and_product_identification()71 info->manufacturer_code[1] += 'A' - 1; in decode_vendor_and_product_identification()72 info->manufacturer_code[2] += 'A' - 1; in decode_vendor_and_product_identification()557 printf ("Manufacturer Code: %s\n", info->manufacturer_code); in dump_monitor_info()
83 char manufacturer_code[4]; member
Completed in 4 milliseconds